@itrocks/signup
Version:
Handles user sign-up for @itrocks/user, with account creation and secure onboarding flow
24 lines (21 loc) • 363 B
HTML
<html lang="en">
<head>
<link href="../../ux-core/css/app.css" rel="stylesheet">
<meta charset="utf-8">
<title>Sign-up error</title>
</head>
<body>
<main>
<ol id="notifications">
<!--BEGIN-->
<!--#notifications:prepend-->
<li class="error">
Could not create this user account.
</li>
<!--#end-->
<!--END-->
</ol>
</main>
</body>
</html>