Updated refresh token endpoint to enable rotation

This commit is contained in:
Benjamin Sherriff
2023-10-18 20:43:02 -04:00
parent c42ecd6591
commit 41522885b1
8 changed files with 318 additions and 104 deletions

View File

@@ -1,5 +1,6 @@
import React from 'react';
// Home page for siren
export default function Page() {
return <></>;
return <div></div>;
}