vw_small

Hardened fork of Vaultwarden (https://github.com/dani-garcia/vaultwarden) with fewer features.
git clone https://git.philomathiclife.com/repos/vw_small
Log | Files | Refs | README

commit ad9f2b2d8e3d63bbfb7eadddc8b4978e34ee515f
parent 2f4a9865e175e3ce05d724b4b8ea1588cac80749
Author: Daniel GarcĂ­a <dani-garcia@users.noreply.github.com>
Date:   Sat, 22 Feb 2020 19:01:58 +0100

Removed test urlpath

Diffstat:
Msrc/static/templates/admin/page.hbs | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/static/templates/admin/page.hbs b/src/static/templates/admin/page.hbs @@ -1,6 +1,6 @@ <main class="container"> <div id="users-block" class="my-3 p-3 bg-white rounded shadow"> - <h6 class="border-bottom pb-2 mb-0">Registered Users {{urlpath}}</h6> + <h6 class="border-bottom pb-2 mb-0">Registered Users</h6> <div id="users-list"> {{#each users}}