use Result in GetAuthInfoQuery

This commit is contained in:
Dan Cech
2018-04-17 14:06:25 -04:00
parent d837be91ec
commit 65847da1df
2 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -69,5 +69,5 @@ type GetAuthInfoQuery struct {
AuthModule string
AuthId string
UserAuth *UserAuth
Result *UserAuth
}