Procházet zdrojové kódy

fix validation message

tags/v0.9.7
Jonathan Cobb před 4 roky
rodič
revize
b666e11bfa
2 změnil soubory, kde provedl 1 přidání a 2 odebrání
  1. +1
    -1
      bubble-server/src/main/java/bubble/service/account/StandardAccountMessageService.java
  2. +0
    -1
      bubble-server/src/main/resources/message_templates/en_US/server/post_auth/ResourceMessages.properties

+ 1
- 1
bubble-server/src/main/java/bubble/service/account/StandardAccountMessageService.java Zobrazit soubor

@@ -155,7 +155,7 @@ public class StandardAccountMessageService implements AccountMessageService {
}
return approval;
}
throw invalidEx("err.approval.invalid", "Approval cannot proceed: "+approvalStatus, approvalStatus.name());
throw invalidEx("err.approvalToken.invalid", "Approval cannot proceed: "+approvalStatus, approvalStatus.name());
}

@Getter(lazy=true) private final AccountMessageCompletionHandler accountLoginHandler = configuration.autowire(new AccountLoginHandler());


+ 0
- 1
bubble-server/src/main/resources/message_templates/en_US/server/post_auth/ResourceMessages.properties Zobrazit soubor

@@ -501,7 +501,6 @@ err.accountPlan.notFound=Account plan not found
err.accountPlan.noVerifiedContacts=Cannot proceed, no account contact information has yet been verified
err.admin.cannotRemoveAdminStatusFromSelf=You cannot remove admin status from your own account
err.allowedCountriesJson.length=Allowed countries list is too long
err.approval.invalid=Approval cannot proceed
err.appMessages.length=App messages maximum length exceeded
err.assetId.invalid=App asset could not be retrieved
err.authenticator.cannotCreate=Cannot create authenticator


Načítá se…
Zrušit
Uložit