completed migrating data scope from user to workspace
This commit is contained in:
@@ -102,10 +102,10 @@ class _LandingScreenState extends State<LandingScreen> {
|
||||
),
|
||||
const SizedBox(height: 8),
|
||||
Center(
|
||||
child: TextButton(
|
||||
onPressed: () {
|
||||
context.go('/');
|
||||
},
|
||||
child: TextButton(
|
||||
onPressed: () {
|
||||
context.go('/workspace');
|
||||
},
|
||||
child: Text(
|
||||
'Continue as guest?',
|
||||
style: TextStyle(
|
||||
|
||||
@@ -78,7 +78,7 @@ class _LoginScreenState extends State<LoginScreen> {
|
||||
if (!mounted) return;
|
||||
|
||||
if (response.isSuccess) {
|
||||
context.go('/');
|
||||
context.go('/workspace');
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user