This commit is contained in:
miloschwartz
2025-05-03 12:21:43 -04:00
parent 5a4a6655a5
commit 5e052a446a
10 changed files with 40 additions and 54 deletions

View File

@@ -28,7 +28,7 @@ const bodySchema = z
.strict();
const ensureTrailingSlash = (url: string): string => {
return url.endsWith('/') ? url : `${url}/`;
return url;
};
export type GenerateOidcUrlResponse = {