Skip to content

Commit

Permalink
fix settings page
Browse files Browse the repository at this point in the history
  • Loading branch information
zlayine committed Oct 3, 2024
1 parent f1ce93d commit febe75a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/js/components/pages/SettingsWalletDaemon.vue
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@
>
{{ walletAccount }}
</label>
<template v-if="!isMultiTenant">
<template v-if="isMultiTenant">
<p class="text-sm">
To configure a new Daemon wallet, you'll need to create an API token. This token
will be used to authenticate your Daemon wallet with your Platform account.
Expand Down

0 comments on commit febe75a

Please sign in to comment.