Merge branch 'main' into feature/bind-node-with-datatype-and-extensions

This commit is contained in:
Mads Rasmussen
2022-05-31 14:54:31 +02:00

View File

@@ -62,7 +62,7 @@ export class UmbLogin extends UmbContextConsumerMixin(LitElement) {
await postUserLogin({ username, password, persist });
this._loggingIn = false;
// TODO: how do we know where to go?
this._router?.push('/section/Content');
this._router?.push('/section/content');
} catch (error) {
console.log(error);
this._loggingIn = false;