Skip to content

Commit 77b8666

Browse files
committed
fix
1 parent bc7b498 commit 77b8666

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rest/strategy/steam-auth.guard.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ export class SteamAuthGuard extends AuthGuard("steam") {
2121

2222
const isSteamFuckFest = (
2323
typeof err["message"] === "string" ? err["message"] : ""
24-
).includes("Invalid assertion response from provider");
24+
).includes("Failed to verify assertion");
2525
if (isSteamFuckFest) {
2626
res
2727
.status(302)

0 commit comments

Comments
 (0)