GUACAMOLE-1334: Update OID redirect translation reference to be accurate

This commit is contained in:
Timothy Worcester
2021-04-26 07:34:26 -04:00
parent bc76efc250
commit f0698e5d6d

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")
)
}))