diff --git a/docs/docs/patterns/information/login.md b/docs/docs/patterns/information/login.md new file mode 100644 index 000000000..a7722149e --- /dev/null +++ b/docs/docs/patterns/information/login.md @@ -0,0 +1,76 @@ +--- +title: Login +description: 'Empower your customers to view past purchases and track upcoming orders with comprehensive order histories.' +parent: information +tags: information +--- + +## Login/ Sign Up +```html{.example} + +
+ + + + Having trouble signing in? + Sign in + + +

Or sign in with:

+ +

Don't have an account? Request Now +

+
+``` +## Password Recovery +```html{.example} + +
+ + + QR Code + Crypto Keys + + + + Submit + Or try to login again +
+
+``` +## Two Factor Authentication +```html{.example} + +
+ + + + + + + + +
+
+``` \ No newline at end of file