Skip to content

fix: signup uses welcome banner instead of small Figlet and wrong tagline#13

Merged
morgang5522 merged 1 commit into
mainfrom
fix/signup-banner
May 12, 2026
Merged

fix: signup uses welcome banner instead of small Figlet and wrong tagline#13
morgang5522 merged 1 commit into
mainfrom
fix/signup-banner

Conversation

@chrisaddams
Copy link
Copy Markdown
Contributor

Summary

  • The signup command showed a small FigletText("Anythink") plus the
    tagline "The BaaS platform for builders".
  • That tagline didn't match the canonical welcome banner used after login —
    "Whatever you're building, Anythink is the backend at your service."
  • Replace both lines with Renderer.PrintWelcomeBanner(), the same banner
    login already uses on success, so signup and login look consistent.

…line

The signup command was showing a small `FigletText("Anythink")` plus a
tagline ("The BaaS platform for builders") that didn't match the canonical
welcome banner used after login ("Whatever you're building, Anythink is the
backend at your service.").

Replace both lines with `Renderer.PrintWelcomeBanner()`, which is the same
banner login uses on success — so signup and login look consistent.
@morgang5522 morgang5522 merged commit feece9b into main May 12, 2026
@morgang5522 morgang5522 deleted the fix/signup-banner branch May 12, 2026 18:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants