fix(common): resolve issues around shared workspace invite validation (#4836)
This commit is contained in:
parent
f3840e4342
commit
e5be5ff227
1 changed files with 6 additions and 0 deletions
|
|
@ -194,6 +194,12 @@ onMounted(async () => {
|
|||
})
|
||||
|
||||
onLoggedIn(async () => {
|
||||
const probableUser = platform.auth.getProbableUser()
|
||||
|
||||
if (probableUser !== null) {
|
||||
await platform.auth.waitProbableLoginToConfirm()
|
||||
}
|
||||
|
||||
if (typeof route.query.id === "string") {
|
||||
inviteDetails.execute({
|
||||
inviteID: route.query.id,
|
||||
|
|
|
|||
Loading…
Reference in a new issue