notNecessary: 修正文字提示
This commit is contained in:
parent
09d4346608
commit
c3533e6338
|
|
@ -182,7 +182,7 @@ class _RegisterPageState extends State<RegisterPage> {
|
|||
|
||||
if (result.rows.isNotEmpty) {
|
||||
ScaffoldMessenger.of(context).showSnackBar(
|
||||
SnackBar(content: Text('登入失敗:帳號或密碼錯誤')),
|
||||
SnackBar(content: Text('註冊失敗:電子信箱已被使用,請嘗試更換電子信箱')),
|
||||
);
|
||||
} else {
|
||||
await conn.execute(
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user