src/views/login/logincloudform.jsx @@ -44,7 +44,7 @@ } componentDidMount () { const input = document.getElementById('username') const input = document.getElementById('cloudusername') if (input) { input.focus() }