# frozen_string_literal: true
class Auth::PasswordsController < Devise::PasswordsController
layout 'auth'
end