fix(auth): sign-in logo uses logo.svg (login-logo.png was 404) #821
Closed
jmiller
wants to merge 1 commits from
feature/fix-login-logo into dev
pull from: feature/fix-login-logo
merge into: :dev
:main
:dev
:rc
:feature/853-bug-releases-produce-doubled-source-arch
:feature/deploy-thin-trigger
:feature/847-metadata-api-apimetadata-struct-does-not
:feature/835-align-theme-fab-a11y-toolbar-behavior-cs
:feature/836-add-terms-of-service-language-for-mokogi
:feature/837-create-mokogit-privacy-policy-separate-j
:feature/838-actions-deploy-dev-run-creation-intermit
:feature/832-wiki-page-slugs-get-a-stray-trailing-suf
:feature/822-login-retheme-mokoai-mold
:feature/fix-login-logo
:feature/secret-scanning
:feature/727-org-level-branch-protection-is-stored-bu
:feature/725-enforce-dot-prefixed-repositories-are-al
:feature/723-feat-issue-and-pull-request-voting-upvot
:feature/722-cleanup-and-standardization-of-issue-tem
:feature/738-expand-openapi-spec-mcp-tooling-for-org-
:feature/747-add-a-dedicated-system-api-automation-bo
:feature/746-auto-add-the-actions-bot-to-the-ci-cd-te
:feature/745-org-default-teams-add-protected-option-b
:feature/744-feat-let-issue-templates-set-mokogitea-f
:worktree-agent-acb0cede999748165
:fix/rebrand-wiki-docs
:feature/749-release-notes-from-a-curated-release-not
:worktree-agent-a5b50d10bab2beaac
:feature/760-per-client-org-sweep-audit-client-mokosu
:feature/759-audit-client-extension-repos-for-stale-m
:feat/vnext
:fix/org-wiki
:rc/v1.26.1-moko.06.07.02
:rc/v1.26.1-moko.06.07.03
:rc/v1.26.1-moko.06.07.01
:rc/v1.26.1-moko.06.07
:rc/v1.26.1-moko.06.06.02
:rc/v1.26.1-moko.06.06.01
:rc/v1.26.1-moko.06.06
:rc/v1.26.1-moko.06.05.01
:rc/v1.26.1-moko.06.05
:rc/v1.26.1-moko.06.04
:rc/v1.26.1-moko.06.03
:rc/05.06.00
:rc/05.03.03
:rc/04.01.00
:rc/05.03.02
:rc/05.03.01
:rc/05.03.00
:rc/05.01.00
:rc/05.02.02
:rc/05.02.01
:rc/05.01.01
:rc/05.02.00
:rc/05.01.02
:rc/05.03.04
:rc/05.03.05
:rc/05.03.06
:rc/05.03.08
:rc/05.04.00
:rc/05.05.00
1 Commits
| Author | SHA1 | Message | Date | |
|---|---|---|---|---|
|
|
4dc8ca7223 |
fix(auth): login logo points at missing login-logo.png -> use logo.svg
Universal: Auto Version Bump / Version Bump (push) Successful in 21s
Universal: PR Check / Branch Policy (pull_request) Successful in 2s
Generic: Project CI / Lint & Validate (pull_request) Successful in 43s
Universal: PR Check / Validate PR (pull_request) Successful in 14s
Universal: PR Check / Secret Scan (pull_request) Successful in 1m34s
Branch Cleanup / Delete merged branch (pull_request) Has been skipped
RC Revert / Rename rc/ back to dev/ (pull_request) Has been skipped
Generic: Project CI / Tests (pull_request) Has been cancelled
Universal: PR Check / Build RC Package (pull_request) Has been cancelled
Universal: PR Check / Report Issues (pull_request) Has been cancelled
templates/user/auth/signin_inner.tmpl referenced /assets/img/login-logo.png, which is never shipped (404) — so the sign-in page rendered with no logo (the onerror just hid it). Use the existing logo.svg (with a logo.png fallback and alt text), matching templates/base/head_navbar.tmpl. Note: the sign-in a11y/theme-toggle icons are NOT a code bug — Font Awesome 7 is vendored (web_src/css/vendor/fontawesome) and @imported in index.css:6; they render blank only on git.dev because that container runs the stale stable-395 image (pre-theme). Fixed by deploying current dev (see #816), not a template change. Authored-by: Moko Consulting |