Fixing submfa method

This commit is contained in:
stephb9959
2021-12-08 23:33:15 -08:00
parent da49bebb15
commit f51e00c50c
2 changed files with 2 additions and 1 deletions

2
build
View File

@@ -1 +1 @@
101
102

View File

@@ -31,6 +31,7 @@ namespace OpenWifi {
ChallengeStart.set("uuid",uuid);
ChallengeStart.set("created", Created);
ChallengeStart.set("question", "mfa challenge");
ChallengeStart.set("method", UInfo.userinfo.userTypeProprietaryInfo.mfa.method);
Cache_[uuid] = MFACacheEntry{ .UInfo = UInfo, .Answer=Challenge, .Created=Created, .Method=UInfo.userinfo.userTypeProprietaryInfo.mfa.method };