Skip to content

Commit

Permalink
Merge branch 'master' into pnp-android-v5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
hqjang-pepper authored Nov 14, 2023
2 parents e36ef54 + 14f8971 commit 400478f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/sdk/pnp/flutter/flutter.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Web3Auth provides a [Flutter SDK](https://github.com/Web3Auth/web3auth-flutter-s
Flutter app to authenticate users using Web3Auth. It returns a private key generated in a non-custodial way on successful user authentication. This
authentication is achieved by using any of the supported social logins Web3Auth provides or using a custom authentication flow of your choice.

#### This Documentation is based on the `3.1.0` SDK Version.
#### This Documentation is based on the `3.1.1` SDK Version.

## Requirements

Expand Down
2 changes: 1 addition & 1 deletion docs/sdk/pnp/react-native/react-native.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ TypeScript. The Web3Auth React Native SDK is a client-side library you can use w
returns a private key generated in a non-custodial way on successful authentication of the user. This authentication can be achieved by using any of
the social logins Web3Auth provides or using a custom authentication flow of your choice.

#### This Documentation is based on the `5.0.0` SDK Version.
#### This Documentation is based on the `5.1.0` SDK Version.

### Requirements

Expand Down
4 changes: 2 additions & 2 deletions src/common/sdk/pnp/web/_openlogin-whitelabel-config.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ The whitelabel parameter takes `WhitelabelData` as input. The `WhitelabelData` o
| ------------------ | ---------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------- | --------- |
| `appName?` | `string` | App name to be displayed in the User Flow Screens. | dApp's Website URL | No |
| `appUrl?` | `string` | App URL to be displayed in the User Flow Screens. | dApp's Website URL | No |
| `logoLight?` | `string` | App logo to be shown on the dark background (dark theme) | [web3auth-logo.svg](https://images.web3auth.io/web3auth-logo.svg) | No |
| `logoDark?` | `string` | App logo to be shown on the light background (light theme) | [web3auth-logo.svg](https://images.web3auth.io/web3auth-logo.svg) | No |
| `logoLight?` | `string` | App logo to be shown on the light background (light theme) | [web3auth-logo.svg](https://images.web3auth.io/web3auth-logo.svg) | No |
| `logoDark?` | `string` | App logo to be shown on the dark background (dark theme) | [web3auth-logo.svg](https://images.web3auth.io/web3auth-logo.svg) | No |
| `defaultLanguage?` | `string` | Default Language to use. <br/> Choose from: <ul><li>`en` - English</li><li>`de` - German</li><li>`ja` - Japanese</li><li>`ko` - Korean</li><li>`zh` - Mandarin</li><li>`es` - Spanish</li><li>`fr` - French</li><li>`pt` - Portuguese</li><li>`nl` - Dutch</li></ul> | en - English | No |
| `mode?` | `string` | Choose between `auto`, `light` or `dark` background modes. | `auto` | No |
| `theme?` | `{ [P in string]: string; }` | Used to customize the theme of the login modal with the following options <br /> `'primary'` - To customize the primary color of the modal's content | `#0364FF` | No |
Expand Down

0 comments on commit 400478f

Please sign in to comment.