🐛 Fix user did not refresh since login
This commit is contained in:
parent
f311c1898c
commit
ed1b75bacf
@ -40,6 +40,7 @@ class UnauthorizedHint extends StatelessWidget {
|
||||
GoRouter.of(context).pushNamed('authLogin').then((value) {
|
||||
if (value == true && context.mounted) {
|
||||
final ua = context.read<UserProvider>();
|
||||
ua.refreshUser();
|
||||
context.showSnackbar('loginSuccess'.tr(args: [
|
||||
'@${ua.user?.name} (${ua.user?.nick})',
|
||||
]));
|
||||
|
Loading…
x
Reference in New Issue
Block a user