更新了dockerfile
This commit is contained in:
@@ -3,25 +3,25 @@ const providers = ref([
|
||||
{
|
||||
label: 'Google',
|
||||
icon: 'simple-icons-google',
|
||||
color: 'neutral',
|
||||
variant: 'subtle'
|
||||
color: 'neutral' as const,
|
||||
variant: 'subtle' as const
|
||||
},
|
||||
{
|
||||
label: 'GitHub',
|
||||
icon: 'simple-icons-github',
|
||||
color: 'neutral',
|
||||
variant: 'subtle'
|
||||
color: 'neutral' as const,
|
||||
variant: 'subtle' as const
|
||||
}
|
||||
])
|
||||
const fields = ref([
|
||||
{
|
||||
name: 'email',
|
||||
type: 'text',
|
||||
type: 'text' as const,
|
||||
label: 'Email'
|
||||
},
|
||||
{
|
||||
name: 'password',
|
||||
type: 'password',
|
||||
type: 'password' as const,
|
||||
label: 'Password'
|
||||
}
|
||||
])
|
||||
|
@@ -3,25 +3,25 @@ const providers = ref([
|
||||
{
|
||||
label: 'Google',
|
||||
icon: 'simple-icons-google',
|
||||
color: 'neutral',
|
||||
variant: 'subtle'
|
||||
color: 'neutral' as const,
|
||||
variant: 'subtle' as const
|
||||
},
|
||||
{
|
||||
label: 'GitHub',
|
||||
icon: 'simple-icons-github',
|
||||
color: 'neutral',
|
||||
variant: 'subtle'
|
||||
color: 'neutral' as const,
|
||||
variant: 'subtle' as const
|
||||
}
|
||||
])
|
||||
const fields = ref([
|
||||
{
|
||||
name: 'email',
|
||||
type: 'text',
|
||||
type: 'text' as const,
|
||||
label: 'Email'
|
||||
},
|
||||
{
|
||||
name: 'password',
|
||||
type: 'password',
|
||||
type: 'password' as const,
|
||||
label: 'Password'
|
||||
}
|
||||
])
|
||||
|
Reference in New Issue
Block a user