From adf936f66a5c59e6cc2e7a1c644148e0f119e5c8 Mon Sep 17 00:00:00 2001 From: jloup Date: Sun, 25 Feb 2018 18:43:48 +0100 Subject: /not_confirmed page. --- cmd/web/js/main.jsx | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'cmd/web/js/main.jsx') diff --git a/cmd/web/js/main.jsx b/cmd/web/js/main.jsx index 827b83d..79bf976 100644 --- a/cmd/web/js/main.jsx +++ b/cmd/web/js/main.jsx @@ -54,6 +54,18 @@ App.page('/me', true, function(context) { ); }); +App.page('/not_confirmed', true, function(context) { + App.mount(
+ +
+
+

Please be patient, you account is being confirmed...

+

Refresh

+
+
+
); +}); + App.page('/otp/setup', true, function(context) { Api.Call('OTP_ENROLL', {}, function(err, status, data) { if (err) { -- cgit v1.2.3