UNPKG

@itrocks/signup

Version:

Handles user sign-up for @itrocks/user, with account creation and secure onboarding flow

25 lines (22 loc) 533 B
<!DOCTYPE html> <html lang="en"> <head> <link href="../../auto-redirect/auto-redirect.css" rel="stylesheet"> <link href="../../ux-core/css/app.css" rel="stylesheet"> <meta charset="utf-8"> <title>Registered user</title> </head> <body> <ol id="notifications"> <!--BEGIN--> <!--#notifications:prepend--> <li> User account created.<br> Please wait for an administrator to activate it. <a class="auto-redirect" href="app://(@route)/login" target="main">Connect user</a> </li> <!--#end--> <!--END--> </ol> </body> </html>