phone auth persistence doesn't work as many have r...
# off-topic
s
phone auth persistence doesn't work as many have reported because the session object returned from the
verifyOTP
doesn't have `expires_at`field https://github.com/supabase/gotrue-js/blob/master/src/GoTrueClient.ts#L707
Copy code
if (this.persistSession && session.expires_at) {
      this._persistSession(this.currentSession)
    }