This repository was archived by the owner on Oct 10, 2025. It is now read-only.
Commit 48f21e1
authored
fix: don't remove session in resend (#717)
## What kind of change does this PR introduce?
Bug fix
## What is the current behavior?
When you call the `resend` method to e.g. resend an email to change your
email, you get logged out.
## What is the new behavior?
On email and phone change you don't get logged out.
## Additional context
I noticed this when implementing this method in gotrue-dart
supabase/supabase-flutter#517 (comment)1 parent 44af61e commit 48f21e1
1 file changed
+5
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
724 | 724 | | |
725 | 725 | | |
726 | 726 | | |
727 | | - | |
| 727 | + | |
| 728 | + | |
| 729 | + | |
| 730 | + | |
| 731 | + | |
728 | 732 | | |
729 | 733 | | |
730 | 734 | | |
| |||
0 commit comments