updated frontend, fixed new dashboard button

This commit is contained in:
Torkel Ödegaard
2015-01-28 14:31:09 +01:00
parent 12f2ca9262
commit b25bf363b3
2 changed files with 1 additions and 4 deletions

View File

@@ -84,9 +84,6 @@ type SearchUsersQuery struct {
// DTO & Projections
type SignedInUser struct {
IsSignedIn bool
IsAnonymous bool
UserId int64
AccountId int64
AccountName string