#* The server renders this HTML page in an end-user's browser when a user has failed multi-factor authentication. 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.locked.device." ) $languagePackMessages.getMessage($messageKeyPrefix, "title")

$languagePackMessages.getMessage($messageKeyPrefix, "header")

#if($accountLockedOutErrorMessage) $accountLockedOutErrorMessage #elseif($unsuccessfulPasscodeAttemptsKey) $languagePackMessages.getMessage($messageKeyPrefix, $unsuccessfulPasscodeAttemptsKey) #end
#if($isChangeDeviceButton == "true")
#else
#end