Fixed #206 - 'p' trigger for phrase was missing.
This commit is contained in:
parent
f50fdb7777
commit
1adb18a7e7
@ -40,6 +40,8 @@ const MPResultType mpw_typeWithName(const char *typeName) {
|
|||||||
return MPResultTypeTemplatePIN;
|
return MPResultTypeTemplatePIN;
|
||||||
if ('n' == typeName[0])
|
if ('n' == typeName[0])
|
||||||
return MPResultTypeTemplateName;
|
return MPResultTypeTemplateName;
|
||||||
|
if ('p' == typeName[0])
|
||||||
|
return MPResultTypeTemplatePhrase;
|
||||||
if ('P' == typeName[0])
|
if ('P' == typeName[0])
|
||||||
return MPResultTypeStatefulPersonal;
|
return MPResultTypeStatefulPersonal;
|
||||||
if ('D' == typeName[0])
|
if ('D' == typeName[0])
|
||||||
|
Loading…
Reference in New Issue
Block a user