Skip to content

Commit 0dd953a

Browse files
authored
Merge pull request #35 from levindixon/master
Store user after email confirmation
2 parents 8998f07 + 929c477 commit 0dd953a

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)