summaryrefslogtreecommitdiff
path: root/api/auth/_relyingParty.ts
blob: 1895312e57d584c97948e29a0e6f4760d48a8526 (plain)
1
2
3
4
5
6
const RELYING_PARTY = {
  id: 'scotsleidassocie.org',
  name: 'Scots Language Society',
};

export default RELYING_PARTY;