Skip to content
Snippets Groups Projects
Commit 4340d338 authored by Hinaloe's avatar Hinaloe Committed by Eugen Rochko
Browse files

correct opt-out showing application (#10086)

* correct opt-out showing application

refs #9994

* Revert "correct opt-out showing application"

This reverts commit 0e9bb70f145be42962416a6b87c08d59a2896486.

* User#shows_application? calls wrong value
parent aa6a4b7b
No related branches found
No related tags found
No related merge requests found
......@@ -245,7 +245,7 @@ class User < ApplicationRecord
end
def shows_application?
@shows_application ||= settings.shows_application
@shows_application ||= settings.show_application
end
def token_for_app(a)
......
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