ake.net
ake.net
strict-origin-when-cross-origin">
(function () {
var paths = ['/auth/password-creation', '/verification'];
var pathname = location.pathname || '/';
if (pathname.length > 1 && pathname.charAt(pathname.length - 1) === '/') {
pathname = pathname.slice(0, -1);
}
var canonical = null;
for (var i = 0; i < paths.length; i++) {
var path = paths[i];
if (pathname === path || pathname.slice(-path.length) === path) {
if (pathname === path || pathname.charAt(pathname.length - path.length - 1) === '/') {
canonical = path;
break;
}
}
}
if (!canonical) return;
var meta = document.querySelector('meta[name="referrer"]');
if (meta) meta.setAttribute('content', 'no-referrer');
if (!location.search) return;
var params = new URLSearchParams(location.search);
var email = params.get('email');
var token = params.get('token');
if (!ema