Skip to content

Commit 189ca57

Browse files
committed
chore: clean up
1 parent 815546a commit 189ca57

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

SDK/Runtime/Auth/OAuth/OAuthFlows/IOAuthFlow.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,9 @@ internal static IOAuthFlow GetPlatformOAuthFlow()
1818
return new OAuthIOSWebAuthenticationFlow();
1919
case RuntimePlatform.WebGLPlayer:
2020
return new OAuthWebGLPopupFlow();
21-
// For Windows (Editor or standalone), use the embedded WebView flow.
2221
case RuntimePlatform.WindowsPlayer:
2322
case RuntimePlatform.WindowsEditor:
2423
return new OAuthWindowsWebViewFlow();
25-
// For other desktop platforms, use local HTTP listener (fallback)
2624
case RuntimePlatform.OSXEditor:
2725
return new OAuthInEditorFlow();
2826
default:

0 commit comments

Comments
 (0)