Skip to content

Commit

Permalink
Fix style compilation warning
Browse files Browse the repository at this point in the history
  • Loading branch information
stcarrez committed Sep 17, 2022
1 parent 282827f commit 964e319
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions awa/src/awa-users-beans.adb
Original file line number Diff line number Diff line change
Expand Up @@ -210,12 +210,14 @@ package body AWA.Users.Beans is
when Services.Not_Found =>
Outcome := To_Unbounded_String ("failure");

ASF.Applications.Messages.Factory.Add_Message ("users.login_signup_fail_message");
ASF.Applications.Messages.Factory.Add_Message
("users.login_signup_fail_message");

when Services.User_Disabled =>
Outcome := To_Unbounded_String ("failure");

ASF.Applications.Messages.Factory.Add_Message ("users.login_signup_account_disabled_message");
ASF.Applications.Messages.Factory.Add_Message
("users.login_signup_account_disabled_message");
end Authenticate_User;

-- ------------------------------
Expand Down

0 comments on commit 964e319

Please sign in to comment.