aboutsummaryrefslogtreecommitdiff
path: root/plugins/VNLib.Plugins.Essentials.Accounts/src/MFA/UserEnocdedData.cs
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/VNLib.Plugins.Essentials.Accounts/src/MFA/UserEnocdedData.cs')
-rw-r--r--plugins/VNLib.Plugins.Essentials.Accounts/src/MFA/UserEnocdedData.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/VNLib.Plugins.Essentials.Accounts/src/MFA/UserEnocdedData.cs b/plugins/VNLib.Plugins.Essentials.Accounts/src/MFA/UserEnocdedData.cs
index 8711fb9..4ccf93a 100644
--- a/plugins/VNLib.Plugins.Essentials.Accounts/src/MFA/UserEnocdedData.cs
+++ b/plugins/VNLib.Plugins.Essentials.Accounts/src/MFA/UserEnocdedData.cs
@@ -93,7 +93,7 @@ namespace VNLib.Plugins.Essentials.Accounts.MFA
JsonSerializer.Serialize(ms, instance, Statics.SR_OPTIONS);
- store[index] = VnEncoding.ToBase64UrlSafeString(ms.AsSpan(), false);
+ store[index] = VnEncoding.Base64UrlEncode(ms.AsSpan(), false);
}
}
}