Skip to content

Commit 12d2fd2

Browse files
committed
Prettier updates.
Signed-off-by: bgravenorst <byron.gravenorst@consensys.net>
1 parent 2bfe215 commit 12d2fd2

3 files changed

Lines changed: 18 additions & 18 deletions

File tree

embedded-wallets/sdk/ios/usage/README.mdx

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,16 @@ and Wallet Services.
1313

1414
### Authentication methods
1515

16-
| Method | Description |
17-
| ---------------------------------- | ------------------------------------------------------ |
18-
| [`connectTo()`](./connectTo.mdx) | Signs in the user with the selected auth connection. |
19-
| [`logout()`](./logout.mdx) | Signs out the user from the current session. |
16+
| Method | Description |
17+
| -------------------------------- | ---------------------------------------------------- |
18+
| [`connectTo()`](./connectTo.mdx) | Signs in the user with the selected auth connection. |
19+
| [`logout()`](./logout.mdx) | Signs out the user from the current session. |
2020

2121
### User management methods
2222

23-
| Method | Description |
24-
| -------------------------------------- | ----------------------------------------------- |
25-
| [`getUserInfo()`](./getUserInfo.mdx) | Retrieves the authenticated user's information. |
23+
| Method | Description |
24+
| ------------------------------------ | ----------------------------------------------- |
25+
| [`getUserInfo()`](./getUserInfo.mdx) | Retrieves the authenticated user's information. |
2626

2727
### Private key methods
2828

@@ -33,10 +33,10 @@ and Wallet Services.
3333

3434
### Security methods
3535

36-
| Method | Description |
37-
| ---------------------------------- | ---------------------------------------- |
38-
| [`enableMFA()`](./enableMFA.mdx) | Enables MFA for the user. |
39-
| [`manageMFA()`](./manageMFA.mdx) | Manages MFA settings for the user. |
36+
| Method | Description |
37+
| -------------------------------- | ---------------------------------- |
38+
| [`enableMFA()`](./enableMFA.mdx) | Enables MFA for the user. |
39+
| [`manageMFA()`](./manageMFA.mdx) | Manages MFA settings for the user. |
4040

4141
### Wallet Services methods
4242

embedded-wallets/sdk/ios/usage/request.mdx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@ Wallets dashboard.
1919

2020
## Parameters
2121

22-
| Parameter | Description |
23-
| --------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
24-
| `method` | JSON RPC method name in `String`. Currently, the request method only supports the signing methods. |
22+
| Parameter | Description |
23+
| --------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------- |
24+
| `method` | JSON RPC method name in `String`. Currently, the request method only supports the signing methods. |
2525
| `requestParams` | Parameters for the corresponding method, in the correct sequence. See [JSON-RPC methods](https://docs.metamask.io/wallet/reference/json-rpc-api/) for details. |
26-
| `path?` | Path in the wallet WebView. Defaults to `"wallet/request"`. |
27-
| `appState?` | Optional app state string to be passed through the request flow. |
26+
| `path?` | Path in the wallet WebView. Defaults to `"wallet/request"`. |
27+
| `appState?` | Optional app state string to be passed through the request flow. |
2828

2929
## Usage
3030

embedded-wallets/sdk/ios/usage/showWalletUI.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ the **Scale Plan**.
2727

2828
## Parameters
2929

30-
| Parameter | Description |
31-
| --------- | ------------------------------------------------------------------------------------------------------------------------------------------------------ |
30+
| Parameter | Description |
31+
| --------- | ----------------------------------------------------------------------------------------------------------------------------------------------------- |
3232
| `path?` | Path to navigate to in the wallet UI. Defaults to `"wallet"`. You can use `"wallet/transactions"`, `"wallet/nfts"`, etc. for specific wallet screens. |
3333

3434
## Usage

0 commit comments

Comments
 (0)