mirror of https://github.com/realaravinth/gitpad
fix: login-register template name clash
parent
56ff863042
commit
68fc93b33f
|
@ -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>,
|
||||
|
|
Loading…
Reference in New Issue