diff --git a/.vitepress/config.mts b/.vitepress/config.mts index 9d6f4c38..1eff15f6 100644 --- a/.vitepress/config.mts +++ b/.vitepress/config.mts @@ -173,6 +173,7 @@ export default withMermaid( { text: "Create an Address", link: "create-an-address" }, { text: "Account Security", link: "account-security" }, { text: "Connect Wallet", link: "polkaswap-connect-wallet" }, + { text: "Connect with Google", link: "polkaswap-connect-with-google" }, { text: "Send & Receive", link: "send-and-receive", @@ -298,14 +299,9 @@ export default withMermaid( collapsed: false, items: [ { text: "Overview", link: "participate" }, - { - text: "Connect Wallet", - link: "polkaswap-connect-wallet", - }, - { - text: "Send & Receive", - link: "send-and-receive-polkaswap", - }, + { text: "Connect Wallet", link: "polkaswap-connect-wallet", }, + { text: "Connect with Google", link: "polkaswap-connect-with-google" }, + { text: "Send & Receive", link: "send-and-receive-polkaswap", }, { text: "Explore the Ecosystem", items: [ diff --git a/src/.gitbook/assets/google-password-confirmation-1.png b/src/.gitbook/assets/google-password-confirmation-1.png new file mode 100644 index 00000000..54b73fa3 Binary files /dev/null and b/src/.gitbook/assets/google-password-confirmation-1.png differ diff --git a/src/.gitbook/assets/google-password-confirmation-2.png b/src/.gitbook/assets/google-password-confirmation-2.png new file mode 100644 index 00000000..d51f853c Binary files /dev/null and b/src/.gitbook/assets/google-password-confirmation-2.png differ diff --git a/src/.gitbook/assets/google-password-confirmation-3.png b/src/.gitbook/assets/google-password-confirmation-3.png new file mode 100644 index 00000000..f1adeb70 Binary files /dev/null and b/src/.gitbook/assets/google-password-confirmation-3.png differ diff --git a/src/.gitbook/assets/google-password-confirmation-unavailable.png b/src/.gitbook/assets/google-password-confirmation-unavailable.png new file mode 100644 index 00000000..ff5f9b10 Binary files /dev/null and b/src/.gitbook/assets/google-password-confirmation-unavailable.png differ diff --git a/src/polkaswap-connect-wallet.md b/src/polkaswap-connect-wallet.md index 52f0aa84..117f17bb 100644 --- a/src/polkaswap-connect-wallet.md +++ b/src/polkaswap-connect-wallet.md @@ -24,7 +24,10 @@ app. 2. You will see a list of supported wallet options to connect, including an account created on [Google](/polkaswap-connect-with-google.md), [Fearless Wallet](https://fearlesswallet.io), - Polkadot.js, Subwallet, and Talisman, as well as Wallet Connect. + Polkadot.js, as well as Wallet Connect and other + [Polkadot-compatible + wallets](https://wiki.polkadot.network/docs/wallets-and-extensions) + that support SORA. ![](.gitbook/assets/choose-wallet-to-connect.png) diff --git a/src/polkaswap-connect-with-google.md b/src/polkaswap-connect-with-google.md index 012f9977..116a1c6a 100644 --- a/src/polkaswap-connect-with-google.md +++ b/src/polkaswap-connect-with-google.md @@ -106,7 +106,46 @@ After your Google account has been selected as the active account, your balances ![](.gitbook/assets/google-transaction-3.png) +:::info The same will apply to liquidity provision transactions, both double (_pooling_) and single-sided (_staking_)—as well as Bridge transactions and claiming rewards. +::: + +### Toggle Password Confirmations + +Google account users can toggle whether they want to disable password +confirmations during every transaction. Here is how to do it: + +:::info +This option is only available to toggle if you're connected through a +Google account. +::: + +1. Navigate to the settings cog within the account view. + +![](.gitbook/assets/google-password-confirmation-1.png) + +2. Toggle the **second** Disable Password Confirmation switch and + select how long you want to disable the confirmation for, then + input your wallet password to confirm. + +![](.gitbook/assets/google-password-confirmation-2.png) + +![](.gitbook/assets/google-password-confirmation-3.png) + +3. Congratulations, you have successfully toggled password + confirmation for your Google account. + +:::info +Be especially careful when toggling password confirmation, as anyone +with access to your device could accidentally trigger a transaction. +::: + +:::info +If you are not logged in with a Google account, this option will not +be available. + +![](.gitbook/assets/google-password-confirmation-unavailable.png) +::: ## Learn More