feat(app): wire dashboard administration flows

This commit is contained in:
2026-05-07 15:35:37 +00:00
parent e9eb9b4172
commit 91f06ccae1
91 changed files with 4087 additions and 5863 deletions
+2 -2
View File
@@ -114,8 +114,8 @@ export class IdpViewcontainer extends DeesElement {
case 'finishregistration':
await this.loadElement(elements.IdpRegistrationStepper);
break;
case 'account':
console.log('now on /account');
case 'dash':
console.log('now on /dash');
await this.loadElement(elements.IdpAccountContent);
break;
}