分享邀请页

This commit is contained in:
2022-11-01 13:09:52 +08:00
parent ff612bcc56
commit 96d822cb3f
4 changed files with 32 additions and 3 deletions

View File

@@ -60,7 +60,7 @@ class AuthService extends GetxService {
return false;
}
var result = await AuthProvider.login(address);
var result = await AuthProvider.login(address, mnemonic);
if (result != null) {
_box.write('mnemonic', mnemonic);