mirror of
https://github.com/lifegpc/eh_downloader_flutter.git
synced 2026-07-08 01:30:28 +08:00
Update
This commit is contained in:
@@ -181,7 +181,7 @@ class _CreateRootUserPage extends State<CreateRootUserPage>
|
||||
});
|
||||
_createRootUser(_username, _password).then((re) {
|
||||
if (re) {
|
||||
auth.clear();
|
||||
clearAllStates(context);
|
||||
context.canPop()
|
||||
? context.pop()
|
||||
: context.go("/");
|
||||
|
||||
Reference in New Issue
Block a user