Skip to content

Commit e98c797

Browse files
committed
feat: wip
1 parent 840fc52 commit e98c797

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

keep-ui/auth.ts

+1
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,7 @@ const providerConfigs = {
176176

177177
// Create the config
178178
const config = {
179+
trustHost: true,
179180
providers:
180181
providerConfigs[authType as keyof typeof providerConfigs] ||
181182
providerConfigs[AuthType.NOAUTH],

0 commit comments

Comments
 (0)