1
0
mirror of https://github.com/dkmstr/openuds.git synced 2024-12-24 21:34:41 +03:00

merged 3.5 user frontend

This commit is contained in:
Adolfo Gómez García 2022-05-20 09:04:25 +02:00
parent fd0fbf63f0
commit 8db0e515a5
2 changed files with 2 additions and 1 deletions

File diff suppressed because one or more lines are too long

View File

@ -77,6 +77,7 @@
return s;
}
};
var csrf = { csrfToken: '{{ csrf_token }}', csrfField: '{{ csrf_field }}' };
if (window.top !== window.self) {
window.location.href = 'https://www.udsenterprise.com';