Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
feat(mock db): add style scope for default oauth app
  • Loading branch information
Gusted committed Jul 18, 2021
1 parent 7c6d2c5 commit 0ac8ab8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/database/init/init.go
Expand Up @@ -200,7 +200,7 @@ func seed() {
UserID: 1,
Name: "USw integration",
Description: "Just some integration",
Scopes: []string{"user"},
Scopes: []string{"user", "style"},
ClientID: "publicccc_client",
ClientSecret: "secreettUwU",
RedirectURI: "https://gusted.xyz/callback_helper",
Expand Down

0 comments on commit 0ac8ab8

Please sign in to comment.