Skip to content

fix(fastapi): fix PGP Key Fingerprint display for account/show.html

Kevin Morris requested to merge kevr/aurweb:fix-pgp-key-display into pu

There's a space between every 4 characters in the fingerprint in PHP; we were missing it in FastAPI. This commit fixes that inconsistency.

Signed-off-by: Kevin Morris kevr@0cost.org

Merge request reports