fix: skip wallet verification gate when logged in
This commit is contained in:
@@ -197,6 +197,13 @@ export const enDict: Dict = {
|
||||
walletTpLoginBtn: "Log in with TokenPocket",
|
||||
walletTpWaiting: "Waiting for your signature in TokenPocket…",
|
||||
walletTpReopen: "Reopen TokenPocket",
|
||||
walletVerifyAddressTitle: "Verify wallet address",
|
||||
walletVerifyAddressDesc:
|
||||
"Confirm the wallet address you want to use. After you tap the button below, your wallet app will ask you to sign and verify the address.",
|
||||
walletDetectedAddress: "Detected wallet address",
|
||||
walletVerifyAddressUnknown:
|
||||
"The wallet address will be requested after verification",
|
||||
walletVerifyAddressButton: "Verify this address",
|
||||
favoritesFilters: "Filters",
|
||||
favoriteSessionExpired: "Your session expired. Please sign in again.",
|
||||
loadFailed: "Could not load your favorites.",
|
||||
|
||||
@@ -186,6 +186,12 @@ export const zhDict: Dict = {
|
||||
walletTpLoginBtn: "使用 TokenPocket 登录",
|
||||
walletTpWaiting: "等待你在 TokenPocket 中完成签名…",
|
||||
walletTpReopen: "重新打开 TokenPocket",
|
||||
walletVerifyAddressTitle: "验证钱包地址",
|
||||
walletVerifyAddressDesc:
|
||||
"请确认将使用当前钱包地址登录。点击下方按钮后,钱包 App 会要求你签名验证地址。",
|
||||
walletDetectedAddress: "检测到的钱包地址",
|
||||
walletVerifyAddressUnknown: "点击验证后将请求钱包地址",
|
||||
walletVerifyAddressButton: "验证此地址",
|
||||
favoritesFilters: "筛选",
|
||||
favoriteSessionExpired: "登录已过期,请重新登录。",
|
||||
loadFailed: "无法加载收藏,请稍后重试。",
|
||||
|
||||
Reference in New Issue
Block a user