opens user lookup in new tab for cookie samesite restrictions
This commit is contained in:
parent
0e325e89e0
commit
6afb62fef6
|
@ -354,7 +354,7 @@ Logs are anonymous and do not contain IP addresses or timestamps. [You can see t
|
||||||
|
|
||||||
function getSelfServiceLinks() {
|
function getSelfServiceLinks() {
|
||||||
if (config.gatekeeper !== "user_token") return "";
|
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. */
|
/** Returns queue time in seconds, or minutes + seconds if over 60 seconds. */
|
||||||
|
|
Loading…
Reference in New Issue