Added photoTAN to ZkaTanProcedure

This commit is contained in:
dankito 2020-04-30 02:25:44 +02:00
parent db129863e6
commit 6556f12f1e
1 changed files with 4 additions and 0 deletions

View File

@ -11,6 +11,10 @@ enum class ZkaTanProcedure {
mobileTAN,
// values not specified by standard but found out there in the wild
photoTAN,
appTAN
}