MCPcopy
hub / github.com/monkeytypegame/monkeytype / getAuthMethodDisplay

Function getAuthMethodDisplay

frontend/src/ts/auth.tsx:490–492  ·  view source on GitHub ↗
(authMethod: AuthMethod)

Source from the content-addressed store, hash-verified

488}
489
490export function getAuthMethodDisplay(authMethod: AuthMethod): string {
491 return authMethods[authMethod].display;
492}
493
494function getProviderId(authMethod: AuthMethod): string {
495 const info = authMethods[authMethod];

Callers 4

LoginFunction · 0.90
addAuthProviderFunction · 0.85
removeAuthProviderFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected