selektion von Chars nach UserID and public

This commit is contained in:
2025-08-29 07:07:08 +02:00
parent 471cc7a7b2
commit 7eead94951
3 changed files with 29 additions and 18 deletions
+1 -1
View File
@@ -64,7 +64,7 @@ export default {
const response = await API.get('/api/characters', {
headers: { Authorization: `Bearer ${token}` },
})
this.characters = response.data
this.characters = response.data.self_owned
} catch (error) {
console.error('Error loading characters:', error)
}