mirror of
https://github.com/immich-app/immich
synced 2025-10-17 18:19:27 +00:00
fix: sync block login progress (#20939)
This commit is contained in:
parent
1a4eab9655
commit
1198311d64
1 changed files with 1 additions and 1 deletions
|
|
@ -179,7 +179,7 @@ class LoginForm extends HookConsumerWidget {
|
|||
final isBeta = Store.isBetaTimelineEnabled;
|
||||
if (isBeta) {
|
||||
await ref.read(galleryPermissionNotifier.notifier).requestGalleryPermission();
|
||||
await runNewSync(ref);
|
||||
|
||||
context.replaceRoute(const TabShellRoute());
|
||||
return;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue