Some checks failed
Build & Deploy / 🔍 Prepare (push) Successful in 20s
Build & Deploy / 🧪 QA (push) Failing after 34s
Build & Deploy / 🏗️ Build (push) Has started running
Build & Deploy / 🚀 Deploy (push) Has been cancelled
Build & Deploy / 🧪 Smoke Test (push) Has been cancelled
Build & Deploy / ⚡ Lighthouse (push) Has been cancelled
Build & Deploy / 🔔 Notify (push) Has been cancelled
1 line
458 B
Plaintext
1 line
458 B
Plaintext
{"version":3,"file":"get-auth-endpoint.cjs","names":[],"sources":["../../../src/rest/utils/get-auth-endpoint.ts"],"sourcesContent":["/**\n * @param provider Use a specific authentication provider\n * @returns The endpoint to be used for authentication\n */\nexport function getAuthEndpoint(provider?: string) {\n\tif (provider) return `/auth/login/${provider}`;\n\treturn '/auth/login';\n}\n"],"mappings":"AAIA,SAAgB,EAAgB,EAAmB,CAElD,OADI,EAAiB,eAAe,IAC7B"} |