forked from baron/baron-sso
Merge commit '36cef142741879e59321ec7e0ca09a6ebd9eb898'
This commit is contained in:
@@ -257,7 +257,7 @@ class _SignupScreenState extends State<SignupScreen> {
|
||||
builder: (context) => AlertDialog(
|
||||
title: const Text('회원가입 완료'),
|
||||
content: const Text('성공적으로 가입되었습니다.'),
|
||||
actions: [TextButton(onPressed: () => context.go('/login'), child: const Text('로그인하기'))],
|
||||
actions: [TextButton(onPressed: () => context.go('/signin'), child: const Text('로그인하기'))],
|
||||
),
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user