use oauth2 password flow for webclient

This commit is contained in:
les
2020-01-27 00:47:03 +01:00
parent 6352cb3d12
commit b706333c85
21 changed files with 367 additions and 448 deletions

View File

@@ -48,7 +48,7 @@ export default {
data ({ $store }) {
return {
title: $store.state.settings.title,
description: $store.state.settings.description,
description: $store.state.settings.description
}
},
computed: {