mirror of
https://github.com/RGBCube/cinny
synced 2025-08-01 17:37:46 +00:00
Updated dependencies and build instructions
Signed-off-by: Ajay Bura <ajbura@gmail.com>
This commit is contained in:
parent
a83aecaa69
commit
6c5a29fb48
5 changed files with 446 additions and 4832 deletions
|
@ -22,7 +22,7 @@ function SSOButtons({ type, identityProviders, baseUrl }) {
|
|||
idp.icon
|
||||
? (
|
||||
<button key={idp.id} type="button" className="sso-btn" onClick={() => handleClick(idp.id)}>
|
||||
<img className="sso-btn__img" src={tempClient.mxcUrlToHttp(idp.icon, 36, 36, 'crop')} alt={idp.name} />
|
||||
<img className="sso-btn__img" src={tempClient.mxcUrlToHttp(idp.icon)} alt={idp.name} />
|
||||
</button>
|
||||
) : <Button key={idp.id} className="sso-btn__text-only" onClick={() => handleClick(idp.id)}>{`Login with ${idp.name}`}</Button>
|
||||
))}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue