mirror of
https://github.com/bitwarden/browser
synced 2025-12-22 11:13:46 +00:00
api actions on add/edit
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<div id="login">
|
||||
<form #form (ngSubmit)="onSubmit()" [appApiForm]="formPromise">
|
||||
<form #form (ngSubmit)="onSubmit()" [appApiAction]="formPromise">
|
||||
<div class="content">
|
||||
<img src="../../images/logo@2x.png" alt="bitwarden">
|
||||
<p>{{'loginOrCreateNewAccount' | i18n}}</p>
|
||||
|
||||
Reference in New Issue
Block a user