summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason Lee <changjin9792@gmail.com>2023-03-25 15:34:30 +0800
committerJason Lee <changjin9792@gmail.com>2023-03-25 15:34:30 +0800
commitc8620d290d334f90de828f0bda01729997ca06bf (patch)
tree52071f846622a886146121ba27349d7fa887cc4b
parentd6f80cc0fb4ef48aee02689313a9ea9124074b56 (diff)
Email Verification
-rw-r--r--girok/commands/auth.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/girok/commands/auth.py b/girok/commands/auth.py
index efe89e1..dda660e 100644
--- a/girok/commands/auth.py
+++ b/girok/commands/auth.py
@@ -65,7 +65,7 @@ def register():
print("You're logged in. Please try after log out.")
exit(0)
- print(":star: This is your first time to use [yellow]girok[/yellow]! :star:\n")
+ print(":star: Welcome to [yellow]girok[/yellow]! :star:\n")
is_register = typer.confirm("Do you want to register a new account?")
if is_register:
email = typer.prompt("Enter email address")