Editing accounts, change root account username, removed token expiration

This commit is contained in:
Mark Cooper
2021-09-05 18:20:29 -05:00
parent e534d015be
commit 1f2afe4d92
13 changed files with 170 additions and 55 deletions
+1 -1
View File
@@ -27,7 +27,7 @@ export default {
return {
error: null,
processing: false,
username: 'root',
username: '',
password: null
}
},