Skip to content

Commit

Permalink
Merge branch 'master' of github.com:datacite/lupo
Browse files Browse the repository at this point in the history
  • Loading branch information
richardhallett committed Jul 1, 2021
2 parents 6efac48 + 251c79b commit 020b45f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/tasks/user.rake
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ namespace :user do
provider_id: ENV["PROVIDER_ID"],
client_id: ENV["CLIENT_ID"],
beta_tester: ENV["BETA_TESTER"],
has_orcid_token: ENV["HAS_ORCID_TOKEN"] == "true",
email: ENV["EMAIL"],
exp: (ENV["DAYS"] || "365").to_i.days,
aud: ENV["AUD"] || Rails.env,
Expand Down

0 comments on commit 020b45f

Please sign in to comment.