Skip to content

Commit 0b46809

Browse files
committed
updated default selected environment to prod
1 parent e3231a8 commit 0b46809

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

GoInfoGame/GoInfoGame/Login/View/PosmLogin.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ struct PosmLoginView: View {
1717

1818
@State private var shouldShowAlert = false
1919

20-
@State private var selectedEnvironment: APIEnvironment = .staging
20+
@State private var selectedEnvironment: APIEnvironment = .production
2121
@State private var showAlert = false
2222

2323
var body: some View {

0 commit comments

Comments
 (0)