Fix missing token variable in login command when auth method is ldap

This commit is contained in:
Christer Warén
2025-11-26 21:16:39 +02:00
parent 3fafb66781
commit 7898e55f30
2 changed files with 2 additions and 0 deletions

View File

@@ -64,6 +64,7 @@ wx-login(){
wxi-stop
fi
TOKEN=$VAULT_LOGIN
wxi-config login
;;
token)

1
wx
View File

@@ -448,6 +448,7 @@ wx-login(){
wxi-stop
fi
TOKEN=$VAULT_LOGIN
wxi-config login
;;
token)