- Admins can no longer delete any users or roles - Additionally, the name of a role in edit mode is now read-only - extra new SetupConfirmation.vue compoenent for verifying qrcode 2FA - adapted ci.yaml
This commit is contained in:
parent
4efa53673f
commit
b2dce0259a
9 changed files with 262 additions and 206 deletions
|
@ -12,12 +12,12 @@ jobs:
|
|||
# run build on latest ubuntu
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
container: node:16-bullseye
|
||||
container: node:18-bullseye
|
||||
|
||||
services:
|
||||
mydb:
|
||||
image: postgres:latest
|
||||
container_name: mydb
|
||||
# container_name: mydb
|
||||
env:
|
||||
POSTGRES_USER: alice
|
||||
POSTGRES_PASSWORD: iEx4Vj7zBb6
|
||||
|
|
Loading…
Add table
editor.link_modal.header
Reference in a new issue