Make follow requests use AuthorizeRejectButtons countdown

This commit is contained in:
Alex Gleason 2023-03-27 17:13:44 -05:00
parent 22474e3ca9
commit 0522f333c3
No known key found for this signature in database
GPG Key ID: 7211D1F99744FBB7
1 changed files with 1 additions and 0 deletions

View File

@ -29,6 +29,7 @@ const AccountAuthorize: React.FC<IAccountAuthorize> = ({ id }) => {
<AuthorizeRejectButtons <AuthorizeRejectButtons
onAuthorize={onAuthorize} onAuthorize={onAuthorize}
onReject={onReject} onReject={onReject}
countdown={3000}
/> />
} }
/> />