Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
cs0511 committed Jul 31, 2024
1 parent 016b464 commit ee29cac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/models/devise_token_auth/concerns/user.rb
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ def create_new_auth_token(client = nil)
updated_at: now
)

update_auth_header(token.token, token.client, token.refresh_token)
update_auth_headers(token.token, token.client, token.refresh_token)
end

def build_auth_headers(token, client = 'default', refresh_token = nil)
Expand Down

0 comments on commit ee29cac

Please sign in to comment.