diff --git a/core/c/mpw-types.c b/core/c/mpw-types.c index 5eec4e78..0ed61e92 100644 --- a/core/c/mpw-types.c +++ b/core/c/mpw-types.c @@ -40,6 +40,8 @@ const MPResultType mpw_typeWithName(const char *typeName) { return MPResultTypeTemplatePIN; if ('n' == typeName[0]) return MPResultTypeTemplateName; + if ('p' == typeName[0]) + return MPResultTypeTemplatePhrase; if ('P' == typeName[0]) return MPResultTypeStatefulPersonal; if ('D' == typeName[0])