MCPcopy Create free account
hub / github.com/linuxfoundation/crowd.dev / signout

Method signout

frontend/src/modules/auth/auth-service.js:78–80  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

76 }
77
78 static signout() {
79 AuthToken.set(null, true);
80 }
81
82 static updateProfile(data) {
83 return authAxios

Callers 5

doSignoutFunction · 0.80
doRefreshCurrentUserFunction · 0.80
handleMethod · 0.80

Calls 1

setMethod · 0.65

Tested by

no test coverage detected