summaryrefslogtreecommitdiff
path: root/app/controllers/pwa_controller.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/controllers/pwa_controller.rb')
-rw-r--r--app/controllers/pwa_controller.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/controllers/pwa_controller.rb b/app/controllers/pwa_controller.rb
index 8de1b10e1f1..bb47bdc8050 100644
--- a/app/controllers/pwa_controller.rb
+++ b/app/controllers/pwa_controller.rb
@@ -6,7 +6,7 @@ class PwaController < ApplicationController # rubocop:disable Gitlab/NamespacedC
feature_category :navigation
urgency :low
- skip_before_action :authenticate_user!
+ skip_before_action :authenticate_user!, :required_signup_info
def manifest
end