Skip to content

Commit

Permalink
#72 fix
Browse files Browse the repository at this point in the history
  • Loading branch information
opjoobe committed Aug 3, 2022
1 parent dc11ccc commit 86cac0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/screens/init/login.dart
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ class _LoginPageState extends State<LoginPage> {
print('loginID : $loginID');
if (await findCard(loginID) == true) {
print('card 찾음');
Navigator.pushNamed(context, '/contacts');
Navigator.pushNamed(context, '/sharing');
} else {
print('card 못찾음');
Navigator.pushNamed(
Expand Down

0 comments on commit 86cac0b

Please sign in to comment.