]> git.ipfire.org Git - pbs.git/commit
frontend: Move user stuff into an own file
authorMichael Tremer <michael.tremer@ipfire.org>
Fri, 4 Jul 2025 13:58:41 +0000 (13:58 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Fri, 4 Jul 2025 13:58:41 +0000 (13:58 +0000)
commit09314d3db061e4db675aee1ad60596439e9f83d2
tree0fd910e7e1b239758dc4b096d41bef84f4fbd375
parentc1dfb847316b868770beec8bfb90cf64afff01b1
frontend: Move user stuff into an own file

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
frontend/src/api/auth.ts
frontend/src/api/users.ts [new file with mode: 0644]
frontend/src/composables/auth.ts
frontend/src/stores/auth.ts
frontend/src/types/User.ts [deleted file]