Skip to content

Commit e7f1928

Browse files
committed
chore: revert sp-latest
This reverts commit 18c3a9e.
1 parent 18c3a9e commit e7f1928

File tree

2 files changed

+1
-22
lines changed

2 files changed

+1
-22
lines changed

website/src/serverless/nus-auth.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ samlify.setSchemaValidator(validator);
3434
let SP_FILE_PATH;
3535
let FEDERATION_METADATA_FILE_PATH;
3636
if (process.env.VERCEL_ENV === 'production') {
37-
SP_FILE_PATH = './sp-latest.xml';
37+
SP_FILE_PATH = './sp.xml';
3838
FEDERATION_METADATA_FILE_PATH = './FederationMetadata.xml';
3939
} else {
4040
SP_FILE_PATH = './sp-cpex-staging.xml';

website/src/serverless/sp-latest.xml

Lines changed: 0 additions & 21 deletions
This file was deleted.

0 commit comments

Comments
 (0)