mirror of
https://github.com/fosrl/pangolin.git
synced 2026-03-07 03:06:40 +00:00
1.3.1
This commit is contained in:
@@ -28,7 +28,7 @@ const bodySchema = z
|
||||
.strict();
|
||||
|
||||
const ensureTrailingSlash = (url: string): string => {
|
||||
return url.endsWith('/') ? url : `${url}/`;
|
||||
return url;
|
||||
};
|
||||
|
||||
export type GenerateOidcUrlResponse = {
|
||||
|
||||
Reference in New Issue
Block a user