diff --git a/native/account/logged-out-modal.react.js b/native/account/logged-out-modal.react.js --- a/native/account/logged-out-modal.react.js +++ b/native/account/logged-out-modal.react.js @@ -605,28 +605,6 @@ navigate(RegistrationRouteName); }, [navigate]); - const siweButton = ( - <> - - - - - - Sign in with Ethereum - - - - - or - - - - ); - let panel = null; let buttons = null; if (mode.curMode === 'log-in') { @@ -707,7 +685,23 @@ buttons = ( - {siweButton} + + + + + + Sign in with Ethereum + + + + + or + + {signInButtons} {registerButtons}