summaryrefslogtreecommitdiff
path: root/view/login.templ
diff options
context:
space:
mode:
Diffstat (limited to 'view/login.templ')
-rw-r--r--view/login.templ2
1 files changed, 1 insertions, 1 deletions
diff --git a/view/login.templ b/view/login.templ
index 3450e01..56e003c 100644
--- a/view/login.templ
+++ b/view/login.templ
@@ -1,7 +1,7 @@
package view
import (
- "stevenlr.com/timer/model"
+ "stevenlr.com/locker/model"
)
templ LoginFormError(currentUser *model.User, err string) {