diff options
Diffstat (limited to 'templates/login.rs.html')
-rw-r--r-- | templates/login.rs.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/login.rs.html b/templates/login.rs.html index 8547bd0..10efaf3 100644 --- a/templates/login.rs.html +++ b/templates/login.rs.html @@ -1,5 +1,5 @@ @use super::base_html; -@use crate::Notification; +@use crate::notification::Notification; @(notification: Option<Notification>) |