class Authentifyd::ConfirmationsController < Devise::ConfirmationsController
  include Localyzed::LocalyzedController
  helper Authentifyd::ApplicationHelper
  layout Authentifyd.custom_layout || 'authentifyd/application'
end