Polish Telegram auth UI state
All checks were successful
Build and deploy Flutter Web / build (push) Successful in 2m15s
All checks were successful
Build and deploy Flutter Web / build (push) Successful in 2m15s
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user