Sort Basic under Short per defined order.
This commit is contained in:
@@ -143,12 +143,12 @@ const char **mpw_templatesForType(MPResultType type, size_t *count) {
|
|||||||
case MPResultTypeTemplateMedium:
|
case MPResultTypeTemplateMedium:
|
||||||
return mpw_alloc_array( count, const char *,
|
return mpw_alloc_array( count, const char *,
|
||||||
"CvcnoCvc", "CvcCvcno" );
|
"CvcnoCvc", "CvcCvcno" );
|
||||||
case MPResultTypeTemplateBasic:
|
|
||||||
return mpw_alloc_array( count, const char *,
|
|
||||||
"aaanaaan", "aannaaan", "aaannaaa" );
|
|
||||||
case MPResultTypeTemplateShort:
|
case MPResultTypeTemplateShort:
|
||||||
return mpw_alloc_array( count, const char *,
|
return mpw_alloc_array( count, const char *,
|
||||||
"Cvcn" );
|
"Cvcn" );
|
||||||
|
case MPResultTypeTemplateBasic:
|
||||||
|
return mpw_alloc_array( count, const char *,
|
||||||
|
"aaanaaan", "aannaaan", "aaannaaa" );
|
||||||
case MPResultTypeTemplatePIN:
|
case MPResultTypeTemplatePIN:
|
||||||
return mpw_alloc_array( count, const char *,
|
return mpw_alloc_array( count, const char *,
|
||||||
"nnnn" );
|
"nnnn" );
|
||||||
|
Submodule public/site updated: 2f96072e3e...e4cc332a77
Reference in New Issue
Block a user