Remove unused prop
cgen-336859396ff146cbbfcb3f41b0b48f9c
This commit is contained in:
parent
752a91ca7e
commit
5e1540aa5d
1 changed files with 0 additions and 1 deletions
|
|
@ -27,7 +27,6 @@ interface OAuthConnectionsProps {
|
||||||
connectionAction: string | null;
|
connectionAction: string | null;
|
||||||
onLink: (provider: ProviderKey) => void;
|
onLink: (provider: ProviderKey) => void;
|
||||||
onUnlink: (provider: ProviderKey) => void;
|
onUnlink: (provider: ProviderKey) => void;
|
||||||
ensureSecondarySignIn?: boolean;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
const formatTimestamp = (value?: string) => {
|
const formatTimestamp = (value?: string) => {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue