...
This commit is contained in:
@@ -123,7 +123,7 @@
|
||||
}
|
||||
async Task CheckOnline()
|
||||
{
|
||||
var token = await localStorageService.GetItem<string>("key");
|
||||
var token = await localStorageService.GetItem<string>("U/key");
|
||||
if (string.IsNullOrEmpty(token))
|
||||
{
|
||||
IsLogin = false;
|
||||
|
Reference in New Issue
Block a user