From 70f264080611fc100d3ac64ce0840c05ccf67bdd Mon Sep 17 00:00:00 2001 From: Archit Date: Thu, 12 Sep 2024 09:27:06 +0530 Subject: [PATCH] fix change social factor --- src/core/auth.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/core/auth.ts b/src/core/auth.ts index 29797644..6228d7a9 100644 --- a/src/core/auth.ts +++ b/src/core/auth.ts @@ -351,7 +351,6 @@ export class Auth { params: { ...defaultParams, ...params, - loginProvider: "authenticator", }, sessionId: this.sessionId, };