mirror of
https://github.com/bitwarden/browser
synced 2026-02-10 21:50:15 +00:00
fix(misc-refactors-and-fixes): [PM-16783] Tech Debt and Toast Fixes - Undo renaming of function.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
<form #form (ngSubmit)="submitLogin()" [appApiAction]="formPromise" [formGroup]="formGroup">
|
||||
<form #form (ngSubmit)="submit()" [appApiAction]="formPromise" [formGroup]="formGroup">
|
||||
<header>
|
||||
<h1 class="login-center">
|
||||
<span class="title">{{ "logIn" | i18n }}</span>
|
||||
|
||||
Reference in New Issue
Block a user