Skip to content

Commit f345cbd

Browse files
committed
fix: support some custom setting in provider mode
1 parent a3ff92d commit f345cbd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

composables/useAuthModeFetch.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,7 @@ export const useAuthModeFetch = () => {
114114
"Content-Type": "application/json",
115115
},
116116
body: JSON.stringify({
117+
group: "GENERAL",
117118
docId: id,
118119
key: filename,
119120
}),

0 commit comments

Comments
 (0)