#* The server renders this HTML page in an end-user's browser when a user has initiated pairing flow to pair a security key device. 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( $deviceTypeKey = $device.type.toLowerCase()) #if ( $deviceTypeKey == "security_key") #set( $deviceTypeKey = "security.key") #end #set( $messageKeyPrefix = "pingone.mfa.${deviceTypeKey}.device.activation." )