1
Fork 0
mirror of https://github.com/RGBCube/cinny synced 2025-08-01 17:37:46 +00:00

Bumped dependencies and v1.5.0

Signed-off-by: Ajay Bura <ajbura@gmail.com>
This commit is contained in:
Ajay Bura 2021-11-07 15:46:36 +05:30
parent 956068d0d6
commit a3270041e3
8 changed files with 1182 additions and 4599 deletions

View file

@ -11,6 +11,10 @@
overflow: hidden;
text-overflow: ellipsis;
}
& a {
line-height: 0;
}
}
.file-container {

View file

@ -468,11 +468,14 @@ Register.propTypes = {
baseUrl: PropTypes.string.isRequired,
};
function AuthCardCopy() {
function AuthCard() {
const [hsConfig, setHsConfig] = useState(null);
const [type, setType] = useState('login');
const handleHsChange = (info) => setHsConfig(info);
const handleHsChange = (info) => {
console.log(info);
setHsConfig(info);
};
return (
<>
@ -538,7 +541,7 @@ function Auth() {
</TitleWrapper>
</Header>
<div className="auth-card__content">
<AuthCardCopy />
<AuthCard />
</div>
</div>
)}

View file

@ -1,5 +1,5 @@
const cons = {
version: '1.4.0',
version: '1.5.0',
secretKey: {
ACCESS_TOKEN: 'cinny_access_token',
DEVICE_ID: 'cinny_device_id',