Login AS GUI now uses the UID and not the person_id

This commit is contained in:
Paolo
2026-03-06 12:16:19 +01:00
parent 2460253c19
commit a3dffd1fc2
+2 -2
View File
@@ -42,8 +42,8 @@ const loginAsApp = Vue.createApp({
if (this.selectedUser != null)
{
this.$api
.call(ApiLogin.loginASByPersonId({
person_id: this.selectedUser.person_id
.call(ApiLogin.loginASByUid({
uid: this.selectedUser.uid
}))
.then((response) => {
location.reload();