MCPcopy Create free account
hub / github.com/diffgram/diffgram / is_oauth2_set

Function is_oauth2_set

frontend/src/services/configService.js:14–23  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

12}
13
14export const is_oauth2_set = async () => {
15 try {
16 const { data } = await axios.get('/api/configs/is-oauth2-set')
17 return data
18 } catch(e) {
19 return {
20 use_oauth2: false
21 }
22 }
23}
24
25export const get_install_info = async () => {
26 try {

Callers

nothing calls this directly

Calls 1

getMethod · 0.45

Tested by

no test coverage detected