mirror of
https://github.com/whekin/household-bot.git
synced 2026-03-31 22:34:03 +00:00
fix(review): harden miniapp auth and finance flows
This commit is contained in:
@@ -57,10 +57,8 @@ export function createSchedulerRequestAuthorizer(options: {
|
||||
return true
|
||||
}
|
||||
|
||||
if (!oidcAudience || allowedEmails.size === 0) {
|
||||
if (allowedEmails.size === 0) {
|
||||
return false
|
||||
}
|
||||
if (allowedEmails.size === 0) {
|
||||
return false
|
||||
}
|
||||
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user