GUACAMOLE-1334: Merge update OpenID redirect translation

This commit is contained in:
Virtually Nick
2021-04-26 07:55:50 -04:00
committed by GitHub

View File

@@ -131,7 +131,7 @@ public class AuthenticationProviderService {
confService.getClientID(),
confService.getRedirectURI(),
nonceService.generate(confService.getMaxNonceValidity() * 60000L),
new TranslatableMessage("LOGIN.INFO_OID_PENDING_REDIRECT")
new TranslatableMessage("LOGIN.INFO_OID_REDIRECT_PENDING")
)
}))