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: [],
|
||||
channel: ``,
|
||||
login: {
|
||||
username: `alkali`,
|
||||
password: `metal`,
|
||||
username: ``,
|
||||
password: ``,
|
||||
},
|
||||
api: null,
|
||||
messages: [],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue