Remove pre-filled username/password
This commit is contained in:
parent
e9c37263a5
commit
1c19093388
1 changed files with 2 additions and 2 deletions
|
|
@ -6,8 +6,8 @@ const app = new Vue({
|
||||||
channels: [],
|
channels: [],
|
||||||
channel: ``,
|
channel: ``,
|
||||||
login: {
|
login: {
|
||||||
username: `alkali`,
|
username: ``,
|
||||||
password: `metal`,
|
password: ``,
|
||||||
},
|
},
|
||||||
api: null,
|
api: null,
|
||||||
messages: [],
|
messages: [],
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue