-
Notifications
You must be signed in to change notification settings - Fork 71
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Wrong expired session message #12582
Comments
@mlqn do you need a text suggestion for a "session expired" message here? |
@Ildest, here is the sentence that @JamalAlabdullah used: Is it good enough or do you have any suggestions? |
Mye bra med forslaget her. Du kan bruke økt i stedet for sesjon på norsk: "Du blir logget ut fordi økten din har utløpt. Prøv på nytt." Question: Does "Prøv på nytt" mean "log in again" here? If so, say that. "Du blir logget ut fordi økten din har utløpt. Logg inn på nytt. |
Thanks for the review @Ildest ! I forwarded the new text to Jamal |
Tested and it works as expected 🥳 But should the user be logged out immediately if pressing |
I think so 🤔 what do you think @mlqn ? |
I also think so! Maybe we should include that? 😊 |
Yes, agreed 👍 @JamalAlabdullah That means we have no choice but to use the |
I created a new issue to fix this. |
Fixed in this PR: |
Description
When a session expires, we display a message stating that the user lacks permissions, which can be confusing. We should differentiate error messages between a permission issue and an expired session. This can be easily done by using the
GT_03
code returned by the API.Additional Information
No response
The text was updated successfully, but these errors were encountered: