mirror of
https://github.com/hcengineering/platform.git
synced 2025-05-10 17:30:51 +00:00
uberf-9713: fix auto join condition (#8404)
Signed-off-by: Alexey Zinoviev <alexey.zinoviev@xored.com>
This commit is contained in:
parent
7160ccf423
commit
d3ed7eb79a
@ -114,7 +114,7 @@ export async function handleProviderAuth (
|
||||
} else {
|
||||
const origin = concatLink(branding?.front ?? frontUrl, '/login/auth')
|
||||
const queryObj: any = { token: loginInfo.token }
|
||||
if (state.autoJoin != null) {
|
||||
if (state.autoJoin === true) {
|
||||
queryObj.autoJoin = state.autoJoin
|
||||
queryObj.inviteId = state.inviteId
|
||||
queryObj.navigateUrl = state.navigateUrl
|
||||
|
Loading…
Reference in New Issue
Block a user