mirror of
https://github.com/immich-app/immich.git
synced 2026-03-08 11:07:25 +03:00
chore(dep): update auto_route (#6390)
* chore(dep): update auto_route * chore: rebase main --------- Co-authored-by: shenlong-tanwen <139912620+shalong-tanwen@users.noreply.github.com>
This commit is contained in:
@@ -90,7 +90,7 @@ class ChangePasswordForm extends HookConsumerWidget {
|
||||
.clearAllAsset();
|
||||
ref.read(websocketProvider.notifier).disconnect();
|
||||
|
||||
AutoRouter.of(context).navigateBack();
|
||||
AutoRouter.of(context).back();
|
||||
|
||||
ImmichToast.show(
|
||||
context: context,
|
||||
@@ -111,7 +111,7 @@ class ChangePasswordForm extends HookConsumerWidget {
|
||||
),
|
||||
TextButton.icon(
|
||||
icon: const Icon(Icons.arrow_back),
|
||||
onPressed: () => AutoRouter.of(context).navigateBack(),
|
||||
onPressed: () => AutoRouter.of(context).back(),
|
||||
label: const Text('Back'),
|
||||
),
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user