Skip to content

Commit 0f60df4

Browse files
committed
refactor: rename example
1 parent 56260f1 commit 0f60df4

File tree

1 file changed

+1
-1
lines changed
  • Web3AuthReactNativeSDKDemo2

1 file changed

+1
-1
lines changed

Web3AuthReactNativeSDKDemo2/App.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ export default function App() {
6464
</View>
6565
<View style={styles.box}>
6666
<Button
67-
title="Login with OpenLogin"
67+
title="Login with Web3Auth"
6868
onPress={() =>
6969
Web3authReactNativeSdk.login({extraLoginOptions: {}})
7070
.then(result => setLoginResult(JSON.stringify(result)))

0 commit comments

Comments
 (0)