0
0
Fork 0

Remove pre-filled username/password

This commit is contained in:
Oliver Akins 2022-07-22 00:44:20 -06:00
parent e9c37263a5
commit 1c19093388
No known key found for this signature in database
GPG key ID: 3C2014AF9457AF99

View file

@ -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: [],