You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -615,7 +614,7 @@ export class PassportManager {
615
614
passports: this.passports??{},
616
615
database: this.database,
617
616
host: this.host,
618
-
record_sign_in: sign_in.record_sign_in,
617
+
record_sign_in,
619
618
id: profile.id,// ATTN: not all strategies have an ID → you have to derive the ID from the profile below via the "login_info" mapping (e.g. {id: "email"})
0 commit comments