Skip to content

Commit

Permalink
chore(ux/login): Be explicit about credential source
Browse files Browse the repository at this point in the history
What credentials we ask for is surprisingly a common point of
confusion for new users. This commit makes the credential source
explicit.
  • Loading branch information
ditsuke committed Oct 1, 2023
1 parent 600ccbc commit a7a4cc3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/states/render-messages.ts
Original file line number Diff line number Diff line change
Expand Up @@ -145,9 +145,9 @@ Amibot is an open-source project hosted on fly.io. Source code is available at g
Join ALiAS, Amity's largest open source community, at asetalias.in ;)
`;

export const renderUsernamePrompt = () => "*Enter Username:*";
export const renderUsernamePrompt = () => "Amibot uses your Amizone credentials to access the portal. *Enter your Amizone username:*";

export const renderPasswordPrompt = () => "*Enter Password:*";
export const renderPasswordPrompt = () => "*Enter your Amizone password:*";

// Menu. Type: Interactive.
export const renderAmizoneMenu = () => ({
Expand Down

0 comments on commit a7a4cc3

Please sign in to comment.