Skip to content

Commit

Permalink
adding missing test data (#258)
Browse files Browse the repository at this point in the history
  • Loading branch information
skinnybeans authored Feb 14, 2024
1 parent 5698966 commit 470f1a4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions fusionauth/testdata/messages.properties.go
Original file line number Diff line number Diff line change
Expand Up @@ -559,6 +559,7 @@ go-back-to-send=Go back to send
[ExternalAuthenticationException]AppleUserObject=Failed to read the user details provided by Apple. Unable to complete this login request.
[ExternalAuthenticationException]EpicGamesAccount=A request to the Epic Games Account API has failed. Unable to complete this login request.
[ExternalAuthenticationException]EpicGamesToken=A request to the Epic Games Token API has failed. Unable to complete this login request.
[ExternalAuthenticationException]ExistingUserAlreadyLinked=This account is already linked to another user. Unable to complete this login request.
[ExternalAuthenticationException]FacebookAccessToken=A request to the Facebook Access Token Info API has failed. Unable to complete this login request.
[ExternalAuthenticationException]FacebookMe=A request to the Facebook Me API has failed. Unable to complete this login request.
[ExternalAuthenticationException]FacebookMePicture=A request to the Facebook Picture API has failed. Unable to complete this login request.
Expand Down Expand Up @@ -603,6 +604,7 @@ go-back-to-send=Go back to send
[ExternalAuthenticationException]TwitterVerifyCredentials=A request to Twitter Verify Credentials API has failed. Unable to complete this login request.
[ExternalAuthenticationException]UserDoesNotExistByEmail=You must first create a user with the same email address in order to complete this login request.
[ExternalAuthenticationException]UserDoesNotExistByUsername=You must first create a user with the same username in order to complete this login request.
[ExternalAuthenticationException]UnverifiedEmail=The provided email address has not yet been verified. This account cannot be used to log in, unable to complete this login request.
[ExternalAuthenticationException]XboxSecurityTokenService=A request to the Xbox Security Token Service API has failed. Unable to complete this login request.
[ExternalAuthenticationException]XboxToken=A request to the Xbox Token API has failed. Unable to complete this login request.
[ExternalAuthenticationException]XboxUserInfo=A request to the Xbox User Info API has failed. Unable to complete this login request.
Expand Down

0 comments on commit 470f1a4

Please sign in to comment.