feat: introduce 404 page (#1600)

This commit is contained in:
kattoczko
2024-02-16 14:54:35 +00:00
committed by GitHub
parent ead4b13ba5
commit be7e67c940
4 changed files with 53 additions and 12 deletions

View File

@@ -265,5 +265,7 @@
"authClient.buttonSubmit": "Submit",
"authClient.inputName": "Name",
"authClient.inputActive": "Active",
"updateAuthClient.title": "Update auth client"
"updateAuthClient.title": "Update auth client",
"notFoundPage.title": "We can't seem to find a page you're looking for.",
"notFoundPage.button": "Back to home page"
}