feat: implement account settings dialog for managing user passwords and binding Space accounts

This commit is contained in:
Junyan Qin
2025-12-26 23:20:51 +08:00
parent 1d4c5bbdf1
commit 24c15b4479
13 changed files with 901 additions and 206 deletions
+1 -1
View File
@@ -231,7 +231,7 @@ export default function Register() {
variant="outline"
className="w-full cursor-pointer"
>
{t('register.registerLocal')}
{t('register.registerWithPassword')}
</Button>
</form>
</Form>