Display mode
This commit is contained in:
parent
46f3aa30da
commit
3105ed6c1d
8 changed files with 52 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue