1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-20 18:23:31 +00:00

setup desktop router

This commit is contained in:
rr-bw
2024-09-09 15:15:57 -07:00
parent bdd6f9f6df
commit 4d1ab66453
3 changed files with 38 additions and 5 deletions

View File

@@ -162,3 +162,6 @@
<form *ngIf="clientType === ClientType.Browser" [bitSubmit]="submit" [formGroup]="formGroup">
<main tabindex="-1"></main>
</form>
<!-- Desktop Template -->
<form [bitSubmit]="submit" [formGroup]="formGroup">Desktop Template</form>