Display mode

This commit is contained in:
exttex 2021-03-21 22:46:44 +01:00
parent 46f3aa30da
commit 3105ed6c1d
8 changed files with 52 additions and 2 deletions

View file

@ -344,7 +344,7 @@ class _EmailLoginState extends State<EmailLogin> {
String _password;
bool _loading = false;
void _login() async {
Future _login() async {
setState(() => _loading = true);
//Try logging in
String arl;