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

View file

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