fix: login-register template name clash

master
Aravinth Manivannan 2022-02-23 19:40:29 +05:30
parent 56ff863042
commit 68fc93b33f
Signed by: realaravinth
GPG Key ID: AD9F0F08E855ED88
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ use crate::AppData;
pub use super::*;
pub const REGISTER: TemplateFile = TemplateFile::new("login", "pages/auth/register.html");
pub const REGISTER: TemplateFile = TemplateFile::new("register", "pages/auth/register.html");
pub struct Register {
ctx: RefCell<Context>,