feat(frontend): show closed reports button, add some alerts for auth

This commit is contained in:
sam 2025-02-23 20:02:40 +01:00
parent 30146556f5
commit 0c6e3bf38f
Signed by: sam
GPG key ID: B4EF20DDE721CAA1
7 changed files with 23 additions and 7 deletions

View file

@ -321,6 +321,7 @@
"required": "Required"
},
"alert": {
"auth-method-remove-success": "Successfully unlinked account!"
"auth-method-remove-success": "Successfully unlinked account!",
"auth-required": "You must log in to access this page."
}
}