Page MenuHomePhorge

Fix "Amazon" icon on Phorge OAuth
Closed, ResolvedPublic

Description

Steps to reproduce:

  • visit /auth/config/new/

What happens:

Phorge Auth wrong icon.png (112×851 px, 6 KB)

What should happen instead:

Something else but not the Amazon icon.


More context:

Screenshot_2023_05_19_141510.png (826×837 px, 58 KB)

Related Objects

Event Timeline

valerio.bozzolan created this task.
valerio.bozzolan created this object in space S1 Public.

getLoginIcon() { return PlatformSymbols::getPlatformServerName(); } returns Phorge.
Thus no corresponding icon is found as Phorge.png does not exist and code falls back to first icon.