add branding to windowtitle for login
This commit is contained in:
parent
b73d278ded
commit
eaf22b10a1
@ -69,6 +69,7 @@ export default {
|
||||
};
|
||||
},
|
||||
mounted() {
|
||||
window.document.title = window.document.title + " - " + name;
|
||||
if (!recaptcha) return;
|
||||
|
||||
window.grecaptcha.ready(function () {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user