UNPKG

user-managements-node-server

Version:

starter for express node server with user managements, authentication authorization

21 lines 591 B
<!doctype html> <html> <head> <meta charset='utf-8'> <title>{{=it.appName}}</title> <style type='text/css'> body { -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; font-family: sans-serif; } </style> </head> <body> <div> <div>Hello, {{=it.username}}</div> Thank you for registration our app, to finish activation please click <a href='{{=it.verificationUrl}}{{=it.actionId}}'>here</a> </div> </body> </html>