1
0
mirror of https://github.com/bitwarden/server synced 2026-02-12 22:44:00 +00:00

comment(redirect): [PM-30810] Https Redirection for Cloud Users - Removed stale comment

This commit is contained in:
Patrick Pimentel
2026-02-06 13:05:20 -05:00
parent bd36e9ca40
commit 0d44be620f

View File

@@ -181,7 +181,6 @@ public class DuoUniversalTokenService(
return null;
}
// Form data (POST body) has precedence, then header as fallback
string overrideFromForm = null;
if (httpContext.Request.HasFormContentType)
{