dylanebert HF staff commited on
Commit
f784cf5
1 Parent(s): 2310af8

remove prompt=consent

Browse files
src/routes/api/authorize/+server.ts CHANGED
@@ -9,7 +9,6 @@ export const GET = async () => {
9
  redirect_uri: redirectUri,
10
  response_type: "code",
11
  scope: "openid",
12
- prompt: "consent",
13
  state: "12345",
14
  });
15
 
 
9
  redirect_uri: redirectUri,
10
  response_type: "code",
11
  scope: "openid",
 
12
  state: "12345",
13
  });
14