Account stuff

This commit is contained in:
Torkel Ödegaard
2014-09-20 12:13:46 +02:00
parent cdabe50320
commit 40ff57d8c4
10 changed files with 42 additions and 24 deletions
+2 -2
View File
@@ -6,8 +6,8 @@ import (
)
type authContext struct {
account *models.UserAccount
userAccount *models.UserAccount
account *models.Account
userAccount *models.Account
}
func (auth *authContext) getAccountId() int {