Skip to content

Commit

Permalink
oauth fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sdfsdhgjkbmnmxc committed Dec 27, 2020
1 parent 4246b4b commit 0d2ce7e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions oauth_service.go
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
package tdproto

// Auth service
// OAuth service
type OAuthService struct {
// Integration title
Name string
Name string `json:"name"`

// Redirect url
Url string
Url string `json:"url"`
}

0 comments on commit 0d2ce7e

Please sign in to comment.