@supabase/gotrue-js
Advanced tools
Comparing version 1.10.0 to 1.10.1
@@ -204,2 +204,5 @@ "use strict"; | ||
this._notifyAllSubscribers('SIGNED_IN'); | ||
if (helpers_1.getParameterByName('type') === 'recovery') { | ||
this._notifyAllSubscribers('PASSWORD_RECOVERY'); | ||
} | ||
} | ||
@@ -206,0 +209,0 @@ // Remove tokens from URL |
export declare type Provider = 'bitbucket' | 'github' | 'gitlab' | 'google'; | ||
export declare type AuthChangeEvent = 'SIGNED_IN' | 'SIGNED_OUT' | 'USER_UPDATED'; | ||
export declare type AuthChangeEvent = 'SIGNED_IN' | 'SIGNED_OUT' | 'USER_UPDATED' | 'PASSWORD_RECOVERY'; | ||
export interface Session { | ||
@@ -4,0 +4,0 @@ access_token: string; |
@@ -199,2 +199,5 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) { | ||
this._notifyAllSubscribers('SIGNED_IN'); | ||
if (getParameterByName('type') === 'recovery') { | ||
this._notifyAllSubscribers('PASSWORD_RECOVERY'); | ||
} | ||
} | ||
@@ -201,0 +204,0 @@ // Remove tokens from URL |
export declare type Provider = 'bitbucket' | 'github' | 'gitlab' | 'google'; | ||
export declare type AuthChangeEvent = 'SIGNED_IN' | 'SIGNED_OUT' | 'USER_UPDATED'; | ||
export declare type AuthChangeEvent = 'SIGNED_IN' | 'SIGNED_OUT' | 'USER_UPDATED' | 'PASSWORD_RECOVERY'; | ||
export interface Session { | ||
@@ -4,0 +4,0 @@ access_token: string; |
{ | ||
"name": "@supabase/gotrue-js", | ||
"version": "1.10.0", | ||
"version": "1.10.1", | ||
"description": "Isomorphic GoTrue client", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
164273
2513