Skip to content

Commit 929c477

Browse files
committed
feat(runRoutes): store user after email confirmation
1 parent 8998f07 commit 929c477

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/runRoutes.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ export function runRoutes(
5858

5959
if (params.confirmation_token) {
6060
gotrue
61-
.confirm(params.confirmation_token)
61+
.confirm(params.confirmation_token, remember)
6262
.then(setUser)
6363
.catch(console.error);
6464

0 commit comments

Comments
 (0)