Skip to content

Commit

Permalink
update extension to version 16.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
FBasels committed Dec 28, 2021
1 parent b781e53 commit aaeeb75
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 148 deletions.
4 changes: 2 additions & 2 deletions account-console/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
<parent>
<groupId>tech4comp</groupId>
<artifactId>keycloak-extensions</artifactId>
<version>15.1.1</version>
<version>16.1.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

<artifactId>account-console</artifactId>
<version>15.1.1</version>
<version>16.1.0</version>
<packaging>jar</packaging>
<name>account-console</name>
<description>changes of the account console</description>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -157,9 +157,9 @@ password=My Password
otp-display-name=Authenticator Application
otp-help-text=Enter a verification code from authenticator application.
webauthn-display-name=Security Key
webauthn-help-text=Use your security key to log in.
webauthn-help-text=Use your security key to sign in.
webauthn-passwordless-display-name=Security Key
webauthn-passwordless-help-text=Use your security key for passwordless log in.
webauthn-passwordless-help-text=Use your security key for passwordless sign in.
basic-authentication=Basic Authentication
invalidRequestMessage=Invalid Request

Expand Down
Loading

0 comments on commit aaeeb75

Please sign in to comment.