Reformating route and renaming firm and correcting login redirections

This commit is contained in:
2025-04-11 22:00:57 +02:00
parent d1718becde
commit 4e613554e6
7 changed files with 132 additions and 34 deletions

View File

@@ -1,7 +1,7 @@
export type IFirm = {
instance: string,
name: string
firm: string
}
type User = {