Skip to content

Devise Invitable fails by calling will_save_change_to_email? over user #6

@vovimayhem

Description

@vovimayhem

The workaround is:

class User < Authegy::User
  devise :invitable, :database_authenticatable, :registerable,
         :recoverable, :rememberable, :validatable

  # TODO: Fix this on authegy:
  delegate :will_save_change_to_email?, to: :person
end

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions