diff --git a/README.md b/README.md index 355a40b82..450c09596 100644 --- a/README.md +++ b/README.md @@ -60,7 +60,7 @@ docker-compose -f docker-compose.yml up - [frontend](./frontend) Wallet frontend - [backend](./backend) GraphQL & Business logic backend - [mariadb](./mariadb) Database backend -- [login_server](./login_server) User credential storage & business logic backend +- [login_server](./login_server) User credential storage & business logic backend (will be removed) - [community_server](./community_server/) Business logic backend We are currently restructuring the service to reduce dependencies and unify business logic into one place. Furthermore the databases defined for each service will be unified into one. diff --git a/admin/src/components/UserTable.vue b/admin/src/components/UserTable.vue index 11752e895..d58dbc7b2 100644 --- a/admin/src/components/UserTable.vue +++ b/admin/src/components/UserTable.vue @@ -125,15 +125,18 @@