feat(register): add quick configuration button
All checks were successful
CI / deploy (push) Successful in 2m31s

This commit is contained in:
thehrz 2025-02-05 18:39:38 +08:00
parent 1ed8b88494
commit 54b5641c85
Signed by: thehrz
GPG Key ID: C84CBCE7D5F88855

View File

@ -54,6 +54,12 @@ const Profile = function Profile() {
<Typography> Yggdrasil </Typography> <Typography> Yggdrasil </Typography>
<code style={{ wordBreak: "break-all" }}>{getYggRoot()}</code> <code style={{ wordBreak: "break-all" }}>{getYggRoot()}</code>
<Typography> API </Typography> <Typography> API </Typography>
<Button
variant="contained"
href="https://auth.hfbz.net/api/yggdrasil"
>
</Button>
</CardContent> </CardContent>
</Card> </Card>
<Box sx={{ gridArea: "d" }}></Box> <Box sx={{ gridArea: "d" }}></Box>