Fixed compose bug and formatted. Updated the refresh token to check the expired time.

This commit is contained in:
Jason Parks
2025-03-27 15:27:53 -06:00
parent 5927c7c3c5
commit 66d6cb5710
7 changed files with 127 additions and 73 deletions

View File

@@ -496,4 +496,4 @@ export const SaveGiteaProvider = ({ applicationId }: Props) => {
</Form>
</div>
);
};
};