Add device detection and PDF generation features; refactor AuthDialog and update print utilities

This commit is contained in:
masoodafar-web
2025-11-14 13:12:31 +03:30
parent e86cb7aa47
commit 230ba41113
12 changed files with 397 additions and 54 deletions

View File

@@ -70,7 +70,7 @@ public partial class AuthDialog : IDisposable
{
_phoneRequest.Mobile = storedPhone;
}
await LocalStorage.RemoveItemAsync(TokenStorageKey);
// await LocalStorage.RemoveItemAsync(TokenStorageKey);
}
private void GenerateCaptcha()