aboutsummaryrefslogtreecommitdiff
path: root/cmd/app/main.go
diff options
context:
space:
mode:
authorjloup <jeanloup.jamet@gmail.com>2018-05-07 17:39:58 +0200
committerjloup <jeanloup.jamet@gmail.com>2018-05-07 17:41:18 +0200
commit16e43cc77935a979c48e75f1ec8ed792952a4ae8 (patch)
tree3aae8d5ba819a791ef28e00d6536d38af5bbdf05 /cmd/app/main.go
parentbf5deb87cef2b6f1370c808821dfb631d00590f6 (diff)
downloadFront-16e43cc77935a979c48e75f1ec8ed792952a4ae8.tar.gz
Front-16e43cc77935a979c48e75f1ec8ed792952a4ae8.tar.zst
Front-16e43cc77935a979c48e75f1ec8ed792952a4ae8.zip
Account page.
Diffstat (limited to 'cmd/app/main.go')
-rw-r--r--cmd/app/main.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmd/app/main.go b/cmd/app/main.go
index a0463d2..28eb775 100644
--- a/cmd/app/main.go
+++ b/cmd/app/main.go
@@ -143,6 +143,7 @@ func main() {
143 "/change-password", 143 "/change-password",
144 "/signout", 144 "/signout",
145 "/me", 145 "/me",
146 "/account",
146 "/otp/enroll", 147 "/otp/enroll",
147 "/otp/validate", 148 "/otp/validate",
148 "/not_confirmed", 149 "/not_confirmed",