Type
Value
{credentials && (
{renderTableRow("ID", id)}
{renderTableRow("Name", name)}
{renderTableRow("Website", website || "")}
{renderTableRow("Redirect URI", redirect_uri)}
{renderTableRow("Client ID", client_id)}
{renderTableRow("Client Secret", client_secret)}
{renderTableRow("Vapid Key", vapid_key)}
)}
{redirect_uri === "urn:ietf:wg:oauth:2.0:oob" && (
)}
);
};
export default ResultTable;