bank landing: show auto-account created datetime
API returns created; landing displays it once.
This commit is contained in:
parent
403d0f40b0
commit
eacf4f91c8
2 changed files with 8 additions and 2 deletions
|
|
@ -216,10 +216,10 @@ def create_personal_account() -> dict:
|
|||
"hint": (
|
||||
"This bank account was created for you automatically "
|
||||
f"(funny name: {name}). "
|
||||
"Copy username and password now — we do not store them for later recovery. "
|
||||
"Balance starts at GOA:0."
|
||||
"Copy username and password now — we do not store them for later recovery."
|
||||
),
|
||||
"created": time.strftime("%Y-%m-%dT%H:%MZ", time.gmtime()),
|
||||
"created_human": time.strftime("%Y-%m-%d %H:%M %Z", time.localtime()),
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue