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