We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8998f07 commit 929c477Copy full SHA for 929c477
src/runRoutes.tsx
@@ -58,7 +58,7 @@ export function runRoutes(
58
59
if (params.confirmation_token) {
60
gotrue
61
- .confirm(params.confirmation_token)
+ .confirm(params.confirmation_token, remember)
62
.then(setUser)
63
.catch(console.error);
64
0 commit comments