Correction du demarrage apres la modal d'authentification
This commit is contained in:
@@ -66,7 +66,14 @@
|
||||
}
|
||||
|
||||
await Task.Delay(700);
|
||||
await JS.InvokeVoidAsync("chesscubingAuthModal.notifyParent", status);
|
||||
|
||||
try
|
||||
{
|
||||
await JS.InvokeVoidAsync("chesscubingAuthModal.notifyParent", status);
|
||||
}
|
||||
catch
|
||||
{
|
||||
}
|
||||
}
|
||||
|
||||
private static string NormalizeReturnUrl(string? returnUrl)
|
||||
|
||||
Reference in New Issue
Block a user