Polish Telegram auth UI state
All checks were successful
Build and deploy Flutter Web / build (push) Successful in 2m15s

This commit is contained in:
Ruslan Bakiev
2026-05-08 19:14:08 +07:00
parent e463ab09d4
commit cd62a0a428
2 changed files with 69 additions and 10 deletions

View File

@@ -37,6 +37,7 @@ class _TelegramLoginButtonState extends State<TelegramLoginButton> {
if (mounted) {
widget.onAuthenticated();
}
web.window.location.reload();
}).toJS;
_window.setProperty(_callbackName.toJS, callback);
ui_web.platformViewRegistry.registerViewFactory(_viewType, _buildElement);