mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2025-12-09 09:13:02 +03:00
[PR #2948] [MERGED] use a custom 404 page #3124
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/dani-garcia/vaultwarden/pull/2948
Author: @stefan0xC
Created: 12/2/2022
Status: ✅ Merged
Merged: 12/8/2022
Merged by: @dani-garcia
Base:
main← Head:use-custom-404-page📝 Commits (1)
d209df9use a custom 404 page📊 Changes
5 files changed (+167 additions, -5 deletions)
View changed files
➕
resources/404.svg(+93 -0)📝
src/api/web.rs(+10 -5)📝
src/config.rs(+2 -0)➕
src/static/images/404.png(+0 -0)➕
src/static/templates/404.hbs(+62 -0)📄 Description
As suggested here https://github.com/dani-garcia/bw_web_builds/pull/100 we might want to use a custom 404 page.
first-draft
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.