From abbb96c51513d8a90184c8a999a094ff010e1cab Mon Sep 17 00:00:00 2001 From: Kamil Kisiela Date: Mon, 10 Oct 2016 13:08:47 +0200 Subject: [PATCH] Step 5.14: Create a template --- .../pages/auth/verification.component.html | 25 +++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 client/imports/pages/auth/verification.component.html diff --git a/client/imports/pages/auth/verification.component.html b/client/imports/pages/auth/verification.component.html new file mode 100644 index 0000000..246c443 --- /dev/null +++ b/client/imports/pages/auth/verification.component.html @@ -0,0 +1,25 @@ + + + Verification + + + + + + + + +
+
+ An SMS message with the verification code has been sent to {{phone}}. +
+
+
+ To proceed, please enter the 4-digit verification code below. +
+
+ + + + +
\ No newline at end of file