Compare commits
2
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
d6a7e74809 | ||
|
|
df38ecee18 |
@@ -146,6 +146,7 @@ class _AuthPageWidgetState extends ConsumerState<AuthPageWidget> {
|
|||||||
.auth(_controller.text);
|
.auth(_controller.text);
|
||||||
if (!mounted) return;
|
if (!mounted) return;
|
||||||
if (success) {
|
if (success) {
|
||||||
|
_controller.clear();
|
||||||
AppNavigator.push(const ScanQrCodePage());
|
AppNavigator.push(const ScanQrCodePage());
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user