Skip to content

Commit

Permalink
Release v0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
kristofferek committed Apr 15, 2021
1 parent 196463c commit a9612d0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/omniauth-tiktok-oauth2/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module OmniAuthTiktokOauth2
VERSION = '0.1.3'
VERSION = '0.1.4'
end
2 changes: 1 addition & 1 deletion lib/omniauth/strategies/tiktok_oauth2.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

module OmniAuth
module Strategies
class TiktokOAuth2 < OmniAuth::Strategies::OAuth2
class TiktokOauth2 < OmniAuth::Strategies::OAuth2
USER_INFO_URL = 'https://ads.tiktok.com/open_api/v1.2/user/info/'
option :name, "tiktok_oauth2"
option :client_options,
Expand Down

0 comments on commit a9612d0

Please sign in to comment.