diff --git a/app/components/Login/LocalLogin.js b/app/components/Login/LocalLogin.js index 0f0d621..55f094d 100644 --- a/app/components/Login/LocalLogin.js +++ b/app/components/Login/LocalLogin.js @@ -30,15 +30,18 @@ export default function LocalLogin({ doLoginAction }) { return ( _updateState('username', text)} + placeholder="email" + style={{height: 40}} value={username} /> _updateState('password', text)} + placeholder="password" + secureTextEntry + style={{height: 40}} value={password} />