diff options
| author | Andrew Lee <andrew@alee14.me> | 2024-12-24 15:05:33 -0500 |
|---|---|---|
| committer | Andrew Lee <andrew@alee14.me> | 2024-12-24 15:05:33 -0500 |
| commit | 70f071180c932e9cf5029b47ec5e0d1e2623b4b4 (patch) | |
| tree | 86321d630681c3af46b453f820789da87ff6f111 /views/register.ejs | |
| parent | 4811a3eabc1e7afaf17b45f9dea541d987c45717 (diff) | |
| download | freeso-discord-auth-70f071180c932e9cf5029b47ec5e0d1e2623b4b4.tar.gz freeso-discord-auth-70f071180c932e9cf5029b47ec5e0d1e2623b4b4.tar.bz2 freeso-discord-auth-70f071180c932e9cf5029b47ec5e0d1e2623b4b4.zip | |
Dashboard, fixed some issues with port
Diffstat (limited to 'views/register.ejs')
| -rw-r--r-- | views/register.ejs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/views/register.ejs b/views/register.ejs index fcff088..66058c3 100644 --- a/views/register.ejs +++ b/views/register.ejs @@ -13,6 +13,7 @@ <h1>Welcome to bnbSO!</h1> <p>You will be sending the following information to register your bnbSO account</p> <p>Please verify that the following information is correct. You can only change this <b>once</b>.</p> + <p>Note: You can change your username and email if you want to change it.<br>It is there as your Discord account are using these credentials.</p> <form method="post" action="/register"> <label for="username">Username:</label> <input type="text" id="username" name="username" value="<%= username %>"> |
