summaryrefslogtreecommitdiff
path: root/internal/api/model/oauth.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/api/model/oauth.go')
-rw-r--r--internal/api/model/oauth.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/internal/api/model/oauth.go b/internal/api/model/oauth.go
index 10c150474..7ff58daef 100644
--- a/internal/api/model/oauth.go
+++ b/internal/api/model/oauth.go
@@ -19,7 +19,6 @@
package model
// OAuthAuthorize represents a request sent to https://example.org/oauth/authorize
-// See here: https://docs.joinmastodon.org/methods/apps/oauth/
type OAuthAuthorize struct {
// Forces the user to re-login, which is necessary for authorizing with multiple accounts from the same instance.
ForceLogin string `form:"force_login" json:"force_login"`