mirror of
https://github.com/astuto/astuto.git
synced 2025-12-16 03:37:56 +01:00
Add the possibility to enable/disable default OAuths (#303)
This commit is contained in:
committed by
GitHub
parent
719f1ad4e9
commit
32d19cbe7c
@@ -3,6 +3,7 @@ import I18n from 'i18n-js';
|
||||
import { useState } from 'react';
|
||||
import ActionLink from './ActionLink';
|
||||
import { CopyIcon, DoneIcon } from './Icons';
|
||||
import { SuccessText } from './CustomTexts';
|
||||
|
||||
interface Props {
|
||||
label: string;
|
||||
@@ -40,7 +41,7 @@ const CopyToClipboardButton = ({
|
||||
</ActionLink>
|
||||
:
|
||||
<span style={{display: 'flex', marginRight: 12}}>
|
||||
{copiedLabel}
|
||||
<SuccessText>{copiedLabel}</SuccessText>
|
||||
</span>
|
||||
);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user