mirror of
https://github.com/suitenumerique/meet.git
synced 2026-07-26 11:58:53 +00:00
🩹(frontend) fix options unwrapping when silent login is disabled
The options were not properly unwrapped when silent login was disabled, leading to incorrect behavior in that code path.
This commit is contained in:
committed by
aleb_the_flash
parent
d4a7cf279c
commit
eae1a382d5
@@ -37,7 +37,7 @@ export const useUser = (
|
||||
|
||||
if (silentDisabled) {
|
||||
return {
|
||||
...opts,
|
||||
...opts.fetchUserOptions,
|
||||
attemptSilent: false,
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user