2
0

Sync up description of variants.

This commit is contained in:
Maarten Billemont
2017-03-26 09:05:31 -04:00
parent ee0ca569f5
commit 4903df21f8
2 changed files with 6 additions and 6 deletions

View File

@@ -22,11 +22,11 @@
//// Types.
typedef enum( unsigned int, MPSiteVariant ) {
/** Generate the password to log in with. */
/** Generate a key for authentication. */
MPSiteVariantPassword,
/** Generate the login name to log in as. */
/** Generate a name for identification. */
MPSiteVariantLogin,
/** Generate the answer to a security question. */
/** Generate an answer to a security question. */
MPSiteVariantAnswer,
};