Skip to content
Snippets Groups Projects
Commit 280a2124 authored by Douwe Maan's avatar Douwe Maan
Browse files

Fix Profiles::PasswordsController.

parent 5121576e
No related branches found
No related tags found
No related merge requests found
class Profiles::PasswordsController < ApplicationController
class Profiles::PasswordsController < Profiles::ApplicationController
skip_before_action :check_password_expiration, only: [:new, :create]
 
before_action :set_user
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment