Skip to content

Commit 93f57dd

Browse files
committed
feat(flags): change default for steamAuthenticationMethod to BACKEND
1 parent b09a141 commit 93f57dd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

components/flags.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ export const defaultFlags: Flags = {
140140
"STEAM",
141141
"STEAM_STRICT",
142142
],
143-
default: "OFFICIAL", // TODO: Change this to BACKEND when ready.
143+
default: "BACKEND",
144144
showIngame: false,
145145
},
146146
steamApiKey: {

0 commit comments

Comments
 (0)