mirror of
https://gitlab.com/nkming2/nc-photos.git
synced 2025-02-24 10:28:50 +01:00
Change the path of account settings
This commit is contained in:
parent
c226071582
commit
cf3c78ddee
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ class AccountSettingsArguments {
|
|||
}
|
||||
|
||||
class AccountSettings extends StatelessWidget {
|
||||
static const routeName = "/account-settings";
|
||||
static const routeName = "/settings/account";
|
||||
|
||||
static Route buildRoute(AccountSettingsArguments? args) => MaterialPageRoute(
|
||||
builder: (_) => AccountSettings.fromArgs(args),
|
||||
|
|
Loading…
Reference in a new issue