CyberTailor / Modeus - Fix "Authentification Error"

// ==UserScript==
// @namespace          https://openuserjs.org/scripts/CyberTailor
// @name               Modeus - Fix "Authentification Error"
// @updateURL          https://openuserjs.org/meta/CyberTailor/Modeus_-_Fix_Authentification_Error.meta.js
// @downloadURL        https://openuserjs.org/install/CyberTailor/Modeus_-_Fix_Authentification_Error.user.js
// @description        Обходит ошибку аутентификации, перенаправляя на главную страницу.
// @copyright          2022, Anna (https://openuserjs.org/users/CyberTailor)
// @license            ISC
// @include            *://auth.modeus.org/authenticationendpoint/retry.do
// @version            1.0
// @run-at             document-start
// @grant              none
// ==/UserScript==

window.location.replace("https://utmn.modeus.org/");