Skip to content

Commit 7bbf759

Browse files
committed
update token field name
1 parent 935f193 commit 7bbf759

File tree

1 file changed

+1
-1
lines changed
  • src/main/java/us/kbase/auth2/lib/storage/mongo

1 file changed

+1
-1
lines changed

src/main/java/us/kbase/auth2/lib/storage/mongo/Fields.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ public class Fields {
138138
/** A value for a custom context key / value pair. */
139139
public static final String TOKEN_CUSTOM_VALUE = "v";
140140
/** Whether the token was created with multi-factor authentication. */
141-
public static final String TOKEN_MFA_AUTHENTICATED = "mfaauth";
141+
public static final String TOKEN_MFA_AUTHENTICATED = "mfa";
142142

143143
/* ************************
144144
* temporary session data fields

0 commit comments

Comments
 (0)