From 1dec534493b195513a83f0349ecb4588a6e899bb Mon Sep 17 00:00:00 2001 From: David Baker Date: Mon, 7 Oct 2019 13:13:30 +0100 Subject: [PATCH] Label submit button in UI auth password prompt Fixes https://github.com/vector-im/riot-web/issues/10739 --- src/components/views/auth/InteractiveAuthEntryComponents.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/views/auth/InteractiveAuthEntryComponents.js b/src/components/views/auth/InteractiveAuthEntryComponents.js index f7bba5ba4a4..780b193ce18 100644 --- a/src/components/views/auth/InteractiveAuthEntryComponents.js +++ b/src/components/views/auth/InteractiveAuthEntryComponents.js @@ -124,6 +124,7 @@ export const PasswordAuthEntry = createReactClass({ ); }