From 05dba0967b62dfef83a29dcfb61879039f281862 Mon Sep 17 00:00:00 2001 From: Zouheir Layine Date: Fri, 4 Oct 2024 09:55:31 +0100 Subject: [PATCH] [PLA-1917] fix settings page (#164) --- .../components/pages/SettingsWalletDaemon.vue | 54 +++++++++++-------- 1 file changed, 32 insertions(+), 22 deletions(-) diff --git a/resources/js/components/pages/SettingsWalletDaemon.vue b/resources/js/components/pages/SettingsWalletDaemon.vue index 5f76f7c..49c8551 100644 --- a/resources/js/components/pages/SettingsWalletDaemon.vue +++ b/resources/js/components/pages/SettingsWalletDaemon.vue @@ -24,21 +24,13 @@
API Token was successfully created. Token: - {{ - tokens[0].plainTextToken?.substring( - tokens[0].plainTextToken?.indexOf('|') + 1 ?? 0 - ) - }} + {{ creationFlowToken?.substring(creationFlowToken?.indexOf('|') + 1 ?? 0) }}
@@ -83,15 +75,18 @@ Check wallet account -

- Setup complete! Daemon Wallet account - - {{ walletAccount }} - - is now configured with your Enjin Platform account. As long as the Daemon Wallet is - running, it will be used to automatically sign and broadcast all platform requests - to the blockchain. -

+
+

+ Setup complete! Daemon Wallet account + + {{ walletAccount }} + + is now configured with your Enjin Platform account. As long as the Daemon Wallet + is running, it will be used to automatically sign and broadcast all platform + requests to the blockchain. +

+ Continue +
@@ -106,12 +101,12 @@ > {{ walletAccount }} -