Skip to content

Commit

Permalink
add back confirmable module to user model
Browse files Browse the repository at this point in the history
  • Loading branch information
xihai01 committed Jun 21, 2023
1 parent 38604c2 commit 884ef46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/models/user.rb
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ class User < ApplicationRecord

validates_with UserValidator

devise :database_authenticatable, :invitable, :recoverable, :validatable, :timeoutable, :trackable, :jwt_authenticatable, jwt_revocation_strategy: JwtDenylist
devise :database_authenticatable, :invitable, :recoverable, :validatable, :timeoutable, :trackable, :confirmable, :jwt_authenticatable, jwt_revocation_strategy: JwtDenylist

belongs_to :casa_org

Expand Down

0 comments on commit 884ef46

Please sign in to comment.