Prefill login url

master
Rohan Vazarkar 2018-07-16 14:07:30 -04:00
parent c0bb845ba0
commit d96651635d
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ export default class Login extends Component {
constructor() { constructor() {
super(); super();
this.state = { this.state = {
url: "", url: "bolt://localhost:7687",
icon: null, icon: null,
loginEnabled: false, loginEnabled: false,
user: "", user: "",