We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8998f07 + 929c477 commit 0dd953aCopy full SHA for 0dd953a
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