fix: update version number to 1.0.6RC01 and clarify verification code description
All checks were successful
Chore App Build, Test, and Push Docker Images / build-and-push (push) Successful in 2m30s

This commit is contained in:
2026-03-20 16:48:43 -04:00
parent ef9cb01d92
commit 81169da05e
2 changed files with 3 additions and 3 deletions

View File

@@ -2,7 +2,7 @@
# file: config/version.py # file: config/version.py
import os import os
BASE_VERSION = "1.0.5" # update manually when releasing features BASE_VERSION = "1.0.6RC01" # update manually when releasing features
def get_full_version() -> str: def get_full_version() -> str:
""" """

View File

@@ -15,8 +15,8 @@
<div v-else-if="step === 2"> <div v-else-if="step === 2">
<h2>Enter Verification Code</h2> <h2>Enter Verification Code</h2>
<p> <p>
We've sent a 6-digit code to your email. Enter it below to continue. The code is valid for We've sent a 6-character code to your email. Enter it below to continue. The code is valid
10 minutes. for 10 minutes.
</p> </p>
<input <input
v-model="code" v-model="code"