diff options
| author | Andrew Lee <andrew@alee14.me> | 2025-05-04 10:48:45 -0400 |
|---|---|---|
| committer | Andrew Lee <andrew@alee14.me> | 2025-05-04 10:49:05 -0400 |
| commit | 60550de93e761d5ea4956f504d0b18680ce137cd (patch) | |
| tree | 00b96765f2eb5c100c0626cddb3cc05265c1b5bc /views/index.ejs | |
| parent | b2748a5c55255014d5d5ea02fec38c4125e08e25 (diff) | |
| download | freeso-discord-auth-60550de93e761d5ea4956f504d0b18680ce137cd.tar.gz freeso-discord-auth-60550de93e761d5ea4956f504d0b18680ce137cd.tar.bz2 freeso-discord-auth-60550de93e761d5ea4956f504d0b18680ce137cd.zip | |
Docker support; Logout button
Diffstat (limited to 'views/index.ejs')
| -rw-r--r-- | views/index.ejs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/views/index.ejs b/views/index.ejs index 7a9b8a4..736d56d 100644 --- a/views/index.ejs +++ b/views/index.ejs @@ -10,9 +10,9 @@ <div class="background"></div> <div class="container"> <img src="/img/logo.png" alt="logo" width="200"> - <p>Log into your Discord account to get access to bnbSO.</p> - <p><i>You must be a bits & Bytes member.</i></p> - <a class="button discord" href="/auth/discord">Login with Discord</a> + <p>Log into your Discord account to get access to <%= serverName %>.</p> + <p><i>You must be a <%= discordName %> member.</i></p> + <a class="button discord" href="/login">Login with Discord</a> </div> </body> </html> |
