File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -149,7 +149,9 @@ public static function onAfterLogout()
149149 {
150150 Yii::$ app ->session ->set (WebAppHelper::SESSION_VAR_UNREGISTER_NOTIFICATION , 1 );
151151 Yii::$ app ->session ->set (MobileAppHelper::SESSION_VAR_UNREGISTER_NOTIFICATION , 1 );
152- Yii::$ app ->session ->set (MobileAppHelper::SESSION_VAR_SHOW_OPENER , 1 );
152+ if (!DeviceDetectorHelper::isAppRequest ()) {
153+ Yii::$ app ->session ->set (MobileAppHelper::SESSION_VAR_SHOW_OPENER , 1 );
154+ }
153155 }
154156
155157 public static function onAuthChoiceBeforeRun (Event $ event )
Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ Changelog
442.1.9 (Unreleased)
55----------------------
66- Fix #75 : Warning for "FCM Detection - App is using Proxy Firebase Service"
7+ - Fix #78 : Don't show opener if logout triggered by mobile app
78
892.1.8 (March 21, 2025)
910----------------------
You can’t perform that action at this time.
0 commit comments