Commit 3d522d3
Fix PWPush Pro account dropdown not populating
The backend was checking for `PWPushPro` field which doesn't exist in the
frontend configuration. The frontend sets `UseBearerAuth` to indicate a
PWPush Pro hosted account with Bearer authentication.
Changed the condition from:
$Configuration.PWPushPro -eq $true
to:
$Configuration.UseBearerAuth -eq $true
This aligns with the frontend's Extensions.json which uses `PWPush.UseBearerAuth`
to indicate Pro/hosted accounts.
Fixes KelvinTegelaar/CIPP#5057
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <[email protected]>1 parent d65e1ad commit 3d522d3
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
0 commit comments