From e777c6bdc6f12f9152335f8bfd66b956aedc9957 Mon Sep 17 00:00:00 2001 From: Jonas Franz Date: Fri, 8 Mar 2019 17:42:50 +0100 Subject: Integrate OAuth2 Provider (#5378) --- models/models.go | 3 +++ 1 file changed, 3 insertions(+) (limited to 'models/models.go') diff --git a/models/models.go b/models/models.go index faa363e835..ac7e2e93ba 100644 --- a/models/models.go +++ b/models/models.go @@ -125,6 +125,9 @@ func init() { new(U2FRegistration), new(TeamUnit), new(Review), + new(OAuth2Application), + new(OAuth2AuthorizationCode), + new(OAuth2Grant), ) gonicNames := []string{"SSL", "UID"} -- cgit v1.2.3