mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2025-07-13 01:54:03 +00:00
Rename admin templates to match email
This commit is contained in:
@ -352,9 +352,9 @@ fn load_templates(path: String) -> Handlebars {
|
||||
reg!("email/pw_hint_some");
|
||||
reg!("email/send_org_invite");
|
||||
|
||||
reg!("admin/admin_base");
|
||||
reg!("admin/admin_login");
|
||||
reg!("admin/admin_page");
|
||||
reg!("admin/base");
|
||||
reg!("admin/login");
|
||||
reg!("admin/page");
|
||||
|
||||
// And then load user templates to overwrite the defaults
|
||||
// Use .hbs extension for the files
|
||||
|
Reference in New Issue
Block a user