#* The server renders this HTML page in an end-user's browser when an OTP is required. Velocity variables (identified by the $ character) are generated at runtime by the server. Change text or formatting as needed. Modifying Velocity statements is not recommended as it may interfere with expected server behavior. *# #set( $messageKeyPrefix = "pingone.mfa.otp.required." ) #if($selectedDevice.type.toLowerCase() == "android" || $selectedDevice.type.toLowerCase() == "iphone") #set ($deviceMessageKey = "mobile") #else #set ($deviceMessageKey = ${selectedDevice.type.toLowerCase()}) #end #set( $deviceMessageKeyPrefix = "${deviceMessageKey}.$messageKeyPrefix" ) #set( $resendOtpMessage = $languagePackMessages.getMessage("${messageKeyPrefix}notification.cooldown.retry_message"))