init cli center
This commit is contained in:
8
cli-center/src/pages/setting.astro
Normal file
8
cli-center/src/pages/setting.astro
Normal file
@@ -0,0 +1,8 @@
|
||||
---
|
||||
import Html from '@/components/html.astro';
|
||||
import { FirstLogin } from '@/apps/setting/index.tsx';
|
||||
---
|
||||
|
||||
<Html>
|
||||
<FirstLogin client:only />
|
||||
</Html>
|
||||
Reference in New Issue
Block a user