Skip to content

Commit b64c494

Browse files
committed
Update GitHelpers.cs
1 parent 7d963d7 commit b64c494

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Files.App/Utils/Git/GitHelpers.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ internal static class GitHelpers
3434

3535
private static readonly PullOptions _pullOptions = new();
3636

37-
private static readonly string _clientId = AppLifecycleHelper.AppEnvironment is AppEnvironment.StoreStable or AppEnvironment.SideloadStable or AppEnvironment.StorePreview or AppEnvironment.SideloadStable
37+
private static readonly string _clientId = AppLifecycleHelper.AppEnvironment is not AppEnvironment.Dev
3838
? CLIENT_ID_SECRET
3939
: string.Empty;
4040

0 commit comments

Comments
 (0)