Merge pull request #51699 from nextcloud/backport/51697/stable31

[stable31] fix(login): Improve CSRF error message for better user understanding
This commit is contained in:
F. E Noel Nfebe 2025-03-25 16:57:14 +01:00 committed by GitHub
commit e7924b19a2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 5 additions and 5 deletions

View file

@ -17,9 +17,9 @@
{{ t('core', 'Please contact your administrator.') }}
</NcNoteCard>
<NcNoteCard v-if="csrfCheckFailed"
:heading="t('core', 'Temporary error')"
:heading="t('core', 'Session error')"
type="error">
{{ t('core', 'Please try again.') }}
{{ t('core', 'It appears your session token has expired, please refresh the page and try again.') }}
</NcNoteCard>
<NcNoteCard v-if="messages.length > 0">
<div v-for="(message, index) in messages"

4
dist/core-login.js vendored

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long