1
0
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:
Patrick Pimentel
2025-02-17 14:18:05 -05:00
parent c2741a5c40
commit dbf1fa8647

View File

@@ -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>