feat: expand user profiles and google account linking ux

This commit is contained in:
cesnimda
2026-03-22 14:29:23 +01:00
parent e12f659684
commit ef04961c9f
3 changed files with 48 additions and 1 deletions
@@ -5,7 +5,7 @@ import { Box, Button, Paper, TextField, Typography } from "@mui/material";
import { api } from "../api";
import { getAuthToken } from "../auth";
import { useToast } from "../toast";
import { confirmAction } from "../dialogs";
import { useDialogActions } from "../dialogs";
type UserDto = {
id: string;