mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 13:17:41 +00:00
GUACAMOLE-1334: Update OID redirect translation reference to be accurate
This commit is contained in:
@@ -131,7 +131,7 @@ public class AuthenticationProviderService {
|
|||||||
confService.getClientID(),
|
confService.getClientID(),
|
||||||
confService.getRedirectURI(),
|
confService.getRedirectURI(),
|
||||||
nonceService.generate(confService.getMaxNonceValidity() * 60000L),
|
nonceService.generate(confService.getMaxNonceValidity() * 60000L),
|
||||||
new TranslatableMessage("LOGIN.INFO_OID_PENDING_REDIRECT")
|
new TranslatableMessage("LOGIN.INFO_OID_REDIRECT_PENDING")
|
||||||
)
|
)
|
||||||
|
|
||||||
}))
|
}))
|
||||||
|
Reference in New Issue
Block a user