We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74880eb commit 4767eaaCopy full SHA for 4767eaa
app/Authentication/LoginForm.tsx
@@ -394,6 +394,9 @@ export default function LoginForm() {
394
key={webViewKey}
395
ref={webViewRef}
396
source={source}
397
+ userAgent={Platform.OS === "android"
398
+ ? "Termix-Mobile/Android"
399
+ : "Termix-Mobile/iOS"}
400
style={{ flex: 1, backgroundColor: "#18181b" }}
401
containerStyle={{ backgroundColor: "#18181b" }}
402
onNavigationStateChange={handleNavigationStateChange}
0 commit comments