add branding to windowtitle for login

This commit is contained in:
Felix Nüsse 2022-03-05 21:48:21 +01:00
parent b73d278ded
commit eaf22b10a1

View File

@ -69,6 +69,7 @@ export default {
}; };
}, },
mounted() { mounted() {
window.document.title = window.document.title + " - " + name;
if (!recaptcha) return; if (!recaptcha) return;
window.grecaptcha.ready(function () { window.grecaptcha.ready(function () {