changed permission dialog
This commit is contained in:
@ -70,7 +70,7 @@ class AuthService{
|
||||
'password': password
|
||||
}),
|
||||
);
|
||||
|
||||
print(response.body);
|
||||
if (response.statusCode == 200) {
|
||||
cats = json.decode(utf8.decode(response.bodyBytes));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user