v2 pwpusher shows First Run on every start with ephemeral storage #4322
|
Hi, Scenario that works perfectly: Scenario that gives us First Run experience at each start/restart: I know there was code in 1.69.3 that allowed bypassing the First Run experience when enable_logins=false was set. Has that logic been removed now with v2 and environment variables changed? edit: |
Replies: 1 comment 2 replies
|
Hi @stief - good point/thanks for reporting! I'll potentially add a condition that if |
In v2.2.0, if
PWP__DISABLE_LOGINS&PWP__DISABLE_SIGNUPSare both true, then First Run functionality won't trigger.Give it a try and let me know but I believe this should do it. Thanks for reporting @stief!