review feedback
This commit is contained in:
@ -49,7 +49,7 @@
|
|||||||
.login > div:nth-child(2) > div.artwork .zap-button {
|
.login > div:nth-child(2) > div.artwork .zap-button {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
color: inherit;
|
color: inherit;
|
||||||
background-color: inherit;
|
background-color: unset;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (max-width: 1024px) {
|
@media (max-width: 1024px) {
|
||||||
|
@ -137,7 +137,10 @@ export default function LoginPage() {
|
|||||||
|
|
||||||
return (
|
return (
|
||||||
<button type="button" onClick={doNip07Login}>
|
<button type="button" onClick={doNip07Login}>
|
||||||
Login with Extension (NIP-07)
|
<FormattedMessage
|
||||||
|
defaultMessage="Login with Extension (NIP-07)"
|
||||||
|
description="Login button for NIP7 key manager extension"
|
||||||
|
/>
|
||||||
</button>
|
</button>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
@ -170,12 +173,12 @@ export default function LoginPage() {
|
|||||||
description="Explanation for public key only login is read-only"
|
description="Explanation for public key only login is read-only"
|
||||||
/>
|
/>
|
||||||
</p>
|
</p>
|
||||||
<a href="">
|
{/* <a href="">
|
||||||
<FormattedMessage
|
<FormattedMessage
|
||||||
defaultMessage="Why is there no password field?"
|
defaultMessage="Why is there no password field?"
|
||||||
description="Link to why your private key is your password"
|
description="Link to why your private key is your password"
|
||||||
/>
|
/>
|
||||||
</a>
|
</a>*/}
|
||||||
<div className="login-actions">
|
<div className="login-actions">
|
||||||
<button type="button" onClick={doLogin}>
|
<button type="button" onClick={doLogin}>
|
||||||
<FormattedMessage defaultMessage="Login" description="Login button" />
|
<FormattedMessage defaultMessage="Login" description="Login button" />
|
||||||
|
Reference in New Issue
Block a user