Skip to content
This repository was archived by the owner on Jan 10, 2025. It is now read-only.

Commit aa5beaf

Browse files
committed
fix consent prompt mode so we get refersh token
1 parent 8488174 commit aa5beaf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/src/main.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import { useAuth } from "./hooks/useAuth";
1414
const config: LogtoConfig = {
1515
endpoint: "https://hokigy.logto.app/",
1616
appId: "a7785a6c5co2nfj9asvsx",
17-
prompt: Prompt.Login,
17+
prompt: Prompt.Consent,
1818
resources: [GRAPHQL_ENDPOINT],
1919
};
2020

0 commit comments

Comments
 (0)