From 1553ea204a88cd8ee4aeb9bf4b08388677d412b0 Mon Sep 17 00:00:00 2001 From: kytwb Date: Mon, 13 Dec 2021 06:42:12 +0100 Subject: Simplify navigation in auth screens --- src/components/auth/Password.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/components/auth/Password.js') diff --git a/src/components/auth/Password.js b/src/components/auth/Password.js index b4d51f43d..49930f6bd 100644 --- a/src/components/auth/Password.js +++ b/src/components/auth/Password.js @@ -78,7 +78,7 @@ class Password extends Component { return (
this.submit(e)}> - +

{intl.formatMessage(messages.headline)}

{status.length > 0 && status.includes('sent') && ( -- cgit v1.2.3-54-g00ecf