opens user lookup in new tab for cookie samesite restrictions

This commit is contained in:
nai-degen 2023-09-02 15:23:30 -05:00
parent 0e325e89e0
commit 6afb62fef6
1 changed files with 1 additions and 1 deletions

View File

@ -354,7 +354,7 @@ Logs are anonymous and do not contain IP addresses or timestamps. [You can see t
function getSelfServiceLinks() {
if (config.gatekeeper !== "user_token") return "";
return `<footer style="font-size: 0.8em;"><hr /><a href="/user/lookup">Check your user token info</a></footer>`;
return `<footer style="font-size: 0.8em;"><hr /><a target="_blank" href="/user/lookup">Check your user token info</a></footer>`;
}
/** Returns queue time in seconds, or minutes + seconds if over 60 seconds. */