-
+
Arcana automatically generates this URL for every registered app. Use
this value to setup the callbacks in the developer console for each
social provider that you want to support in your app.
diff --git a/src/components/app-configure/auth/SocialAuth.vue b/src/components/app-configure/auth/SocialAuth.vue
index f336f2ab..9c972604 100644
--- a/src/components/app-configure/auth/SocialAuth.vue
+++ b/src/components/app-configure/auth/SocialAuth.vue
@@ -332,7 +332,7 @@ function showSteamNote() {
width: 40px;
height: 40px;
padding: 3px;
- border: 2px solid #13a3fd;
+ border: 2px solid var(--primary);
border-radius: 50%;
}
diff --git a/src/components/app-configure/auth/SocialAuthProvider.vue b/src/components/app-configure/auth/SocialAuthProvider.vue
index 5d1954d6..78c57d25 100644
--- a/src/components/app-configure/auth/SocialAuthProvider.vue
+++ b/src/components/app-configure/auth/SocialAuthProvider.vue
@@ -165,23 +165,21 @@ socialAuthStore.$subscribe((mutation) => {
-
+
-
- Social Auth
-
-
+
Social Auth
+
Increase adoption of your app by enabling this option. Arcana will take
care of issuing public and prviate keys to each user through our
Decentralised Key Generation (DKG) mechanism and keep them secure.
Learn More
-
+
{{ selectedAuthProvider.note }}
diff --git a/src/components/app-configure/auth/WebWallet.vue b/src/components/app-configure/auth/WebWallet.vue
index f7f273da..cd433fd1 100644
--- a/src/components/app-configure/auth/WebWallet.vue
+++ b/src/components/app-configure/auth/WebWallet.vue
@@ -5,7 +5,7 @@ import CloseIcon from '@/assets/iconography/close.svg'
import ConfigureActionButtons from '@/components/app-configure/ConfigureActionButtons.vue'
import SettingCard from '@/components/app-configure/SettingCard.vue'
import VStack from '@/components/lib/VStack/VStack.vue'
-import VTextField from '@/components/lib/VTextField/VTextField.vue'
+import VTextFieldSecondary from '@/components/lib/VTextFieldSecondary/VTextFieldSecondary.vue'
import { useToast } from '@/components/lib/VToast'
import { updateApp } from '@/services/gateway.service'
import { useAppsStore, type Theme } from '@/stores/apps.store'
@@ -113,7 +113,7 @@ async function handleSave() {
Domain URL
-
Wallet UI Mode
-
-
{{ TitleAction }} a Custom Chain
-
+
{{ TitleAction }} a Custom Chain
+
{{ `${TitleAction}ed` }} custom chains will be automatically added
to your user’s wallets.