diff options
| author | bobzel <zzzman@gmail.com> | 2023-08-10 12:46:06 -0400 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2023-08-10 12:46:06 -0400 |
| commit | 45fa677df8f95789a6308a75067139648b9b683e (patch) | |
| tree | f1c06f030175780b62fa77de6765a62c78a9cac0 /src/mobile/MobileMain.tsx | |
| parent | 2cea22bea6b335820b1030ca75ebeca4364b6769 (diff) | |
out of data version alert client side
Diffstat (limited to 'src/mobile/MobileMain.tsx')
| -rw-r--r-- | src/mobile/MobileMain.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mobile/MobileMain.tsx b/src/mobile/MobileMain.tsx index 6cbf86f77..dc3a73def 100644 --- a/src/mobile/MobileMain.tsx +++ b/src/mobile/MobileMain.tsx @@ -12,7 +12,7 @@ AssignAllExtensions(); const info = await CurrentUserUtils.loadCurrentUser(); DocServer.init(window.location.protocol, window.location.hostname, 4321, info.email + ' (mobile)'); await Docs.Prototypes.initialize(); - await CurrentUserUtils.loadUserDocument(info.id); + await CurrentUserUtils.loadUserDocument(info); document.getElementById('root')!.addEventListener( 'wheel', event => { |
