-
I use Auth.authenticate(data: user) to authorize login and hte below method to logout the app: await lockRelease('logout_app', perform: () async { Then if I try login again, it get this error: I have to hot restart the app to be able to login again, anyone could help to analyze the reason? Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Hi @alecoud, which version of nylo_framework are you using? I'll take a look today |
Beta Was this translation helpful? Give feedback.
Thanks for reporting this, I've fixed it in
nylo_framework: ^6.3.0
You can update your pubspec.yaml 👍