Skip to content

Commit

Permalink
fix typo in user model resetTokenExpireTime attribute (#170)
Browse files Browse the repository at this point in the history
  • Loading branch information
muhammedBkf authored Nov 26, 2024
1 parent de2e01b commit aff7843
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ontologies_linked_data/models/users/user.rb
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ class User < LinkedData::Models::Base
embed :subscription
embed_values :role => [:role]
serialize_default :username, :email, :role, :apikey
serialize_never :passwordHash, :show_apikey, :resetToken, :restTokenExpireTime
serialize_never :passwordHash, :show_apikey, :resetToken, :resetTokenExpireTime
serialize_filter lambda {|inst| show_apikey?(inst)}

# Cache
Expand Down

0 comments on commit aff7843

Please sign in to comment.