remove lo statement

This commit is contained in:
viehlieb 2024-02-23 15:40:25 +01:00
parent 1361492968
commit ef00b318cb
1 changed files with 0 additions and 1 deletions

View File

@ -19,7 +19,6 @@ export const redirectToProvider = (provider: IProvider) => {
if (provider.scope !== null){
scope = provider.scope
}
console.log(provider.key)
window.location.href = `${provider.authUrl}?client_id=${provider.clientId}&redirect_uri=${redirectUrl}&response_type=code&scope=${scope}&state=${state}`
}
export const redirectToProviderOnLogout = (provider: IProvider) => {