diff --git a/src/core/components/auth/auths.jsx b/src/core/components/auth/auths.jsx index f2de4ee2..ce159ab3 100644 --- a/src/core/components/auth/auths.jsx +++ b/src/core/components/auth/auths.jsx @@ -81,7 +81,7 @@ export default class Auths extends React.Component { }).toArray() }
- + { nonOauthDefinitions.size === authorizedAuth.size ? : diff --git a/src/style/_authorize.scss b/src/style/_authorize.scss index 55ecd01e..8990ad59 100644 --- a/src/style/_authorize.scss +++ b/src/style/_authorize.scss @@ -5,6 +5,10 @@ padding: 10px 0; justify-content: center; + + .btn-done { + margin-right: 1em; + } } .auth-wrapper