Skip to content

Commit

Permalink
fix: Make metamask login button deactivated by default in eXo - EXO-7…
Browse files Browse the repository at this point in the history
  • Loading branch information
rdenarie committed May 15, 2024
1 parent 4cc1c4a commit 7f617c2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions services/src/main/resources/conf/portal/configuration.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
<description>Enable main stream composer property</description>
<property name="exo.feature.EditorAttachImage.enabled" value="${exo.feature.EditorAttachImage.enabled:true}" />
<property name="exo.feature.PostToNetwork.enabled" value="${exo.feature.PostToNetwork.enabled:true}" />
<property name="exo.feature.metamaskLogin.enabled" value="${exo.feature.metamaskLogin.enabled:false}" />
</properties-param>
</init-params>
</component>
Expand Down

0 comments on commit 7f617c2

Please sign in to comment.