From dc542da9a321329d445f49354c199dd6507d272f Mon Sep 17 00:00:00 2001 From: Alfreedom <00tango.bromine@icloud.com> Date: Tue, 14 Jan 2025 14:32:18 +0100 Subject: [PATCH] Update docs/appkit/flutter/core/link-mode.mdx Co-authored-by: Rohit Ramesh <70317502+rohit-710@users.noreply.github.com> --- docs/appkit/flutter/core/link-mode.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/appkit/flutter/core/link-mode.mdx b/docs/appkit/flutter/core/link-mode.mdx index 426ad321..814e1189 100644 --- a/docs/appkit/flutter/core/link-mode.mdx +++ b/docs/appkit/flutter/core/link-mode.mdx @@ -8,7 +8,7 @@ AppKit Link Mode is a low latency mechanism for transporting One-Click Auth requ By enabling it, the wallet and dapp will communicate through declared Universal Links on iOS and/or App Links on Android **even without an internet connection.** :::caution important note -In order to fully works, Link Mode requires you to enable also [One-Click Auth + Sign In With Ethereum](./siwe.mdx) feature. +For Link Mode to work fully, you also need to enable the [One-Click Auth + Sign In With Ethereum](./siwe.mdx) feature. This feature is compatible only with EVM blockchains, so if you decide to included non-EVM blockchains Link Mode mechanism is going to be disabled internally.