fix: SessionManagable not included

This commit is contained in:
Shivam Mishra
2025-09-10 15:20:58 +05:30
parent 88b1dfb89d
commit 690b956f1c
+1
View File
@@ -47,6 +47,7 @@ class User < ApplicationRecord
include Pubsubable
include Rails.application.routes.url_helpers
include Reportable
include SessionManageable
include SsoAuthenticatable
include UserAttributeHelpers