diff --git a/pages/oauth/consent.vue b/pages/oauth/consent.vue index d10d6fc..bd8f5cc 100644 --- a/pages/oauth/consent.vue +++ b/pages/oauth/consent.vue @@ -101,7 +101,7 @@ const client_id = query.client_id; const scope = query.scope ? decodeURIComponent(query.scope as string) : ""; const validUrlParameters = - application && website && redirect_uri && client_id && scope; + application && redirect_uri && client_id && scope; const oauthScopeText: Record = { "rw:accounts": "$VERB your account information",