We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc7b498 commit 77b8666Copy full SHA for 77b8666
src/rest/strategy/steam-auth.guard.ts
@@ -21,7 +21,7 @@ export class SteamAuthGuard extends AuthGuard("steam") {
21
22
const isSteamFuckFest = (
23
typeof err["message"] === "string" ? err["message"] : ""
24
- ).includes("Invalid assertion response from provider");
+ ).includes("Failed to verify assertion");
25
if (isSteamFuckFest) {
26
res
27
.status(302)
0 commit comments