fix: get profile user/staff using token rather than id
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
package authdomain
|
||||
|
||||
type AuthToken struct {
|
||||
Email string
|
||||
SessionID string
|
||||
}
|
||||
Reference in New Issue
Block a user