Compare commits
1 Commits
Author | SHA1 | Date | |
---|---|---|---|
446c33d8b0 |
@ -414,7 +414,7 @@ final routerProvider = Provider<GoRouter>((ref) {
|
||||
builder: (context, state) => const LevelingScreen(),
|
||||
),
|
||||
GoRoute(
|
||||
path: '/account/settings',
|
||||
path: '/account/me/settings',
|
||||
builder: (context, state) => const AccountSettingsScreen(),
|
||||
),
|
||||
],
|
||||
|
@ -336,7 +336,7 @@ class _UnauthorizedAccountScreen extends StatelessWidget {
|
||||
child: Card(
|
||||
child: InkWell(
|
||||
onTap: () {
|
||||
context.push('/auth/create');
|
||||
context.push('/auth/create-account');
|
||||
},
|
||||
child: Padding(
|
||||
padding: const EdgeInsets.all(16),
|
||||
|
Reference in New Issue
Block a user