|
Ran
|
Files
130
|
Run time
3s
|
Badge
README BADGES
|
push
github
fix: propagate error when when confirming phone (#1939) Propagate errors that occur when calling tx.UpdateOnly in internal/models/user.go:ConfirmPhone. Previously this line returned nil: https://github.com/supabase/auth/blob/097f01f39/internal/models/user.go#L471 Meaning that the next call to ClearAllOneTimeTokensForUser was ran even when the confirmation token could not be updated. https://github.com/supabase/auth/blob/master/internal/models/one_time_token.go#L119 Co-authored-by: Chris Stockton <chris.stockton@supabase.io>
10223 of 15142 relevant lines covered (67.51%)
64.35 hits per line
| Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line |
|---|