send message after login

This commit is contained in:
Jacob Overgaard
2023-01-24 12:08:58 +01:00
parent fb0a6d7b98
commit 6ad3bdff03

View File

@@ -44,7 +44,7 @@ export default class UmbLogin extends LitElement {
try {
this._loggingIn = false;
alert('go back to the backoffice');
window.postMessage({ type: 'login', username, persist }, '*');
} catch (error) {
console.log(error);
this._loggingIn = false;