MCPcopy Index your code
hub / github.com/monkeytypegame/monkeytype / isUsingPasswordAuthentication

Function isUsingPasswordAuthentication

frontend/src/ts/auth.tsx:480–482  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

478}
479
480export function isUsingPasswordAuthentication(): boolean {
481 return isUsingAuthentication("password");
482}
483
484export function hasAdditionalAuthMethods(authMethod: AuthMethod) {
485 return typedKeys(authMethods).some(

Callers 5

showUpdatePasswordModalFunction · 0.90
showUpdateNameModalFunction · 0.90
showUpdateEmailModalFunction · 0.90
showReauthConfirmModalFunction · 0.90

Calls 1

isUsingAuthenticationFunction · 0.85

Tested by

no test coverage detected