mirror of
https://github.com/bitwarden/browser
synced 2025-12-17 00:33:44 +00:00
WIP convert web vault to new identity server
This commit is contained in:
@@ -14,6 +14,10 @@
|
||||
return;
|
||||
}
|
||||
|
||||
if (data && data.ErrorModel) {
|
||||
data = data.ErrorModel;
|
||||
}
|
||||
|
||||
if (!data.ValidationErrors) {
|
||||
if (data.Message) {
|
||||
form.$errors.push(data.Message);
|
||||
|
||||
Reference in New Issue
Block a user