Wait for verification request on login
Basically just changes to the designed screen to wait for an incoming verification request in order to verify the device & cross-sign it. Fixes https://github.com/vector-im/riot-web/issues/11215 Fixes https://github.com/vector-im/riot-web/issues/11217
This commit is contained in:
parent
d53134cb1e
commit
6c4b572c7e
3 changed files with 19 additions and 9 deletions
|
@ -37,6 +37,10 @@ limitations under the License.
|
|||
font-size: 15px;
|
||||
}
|
||||
|
||||
.mx_CompleteSecurity_waiting {
|
||||
color: $notice-secondary-color;
|
||||
}
|
||||
|
||||
.mx_CompleteSecurity_actionRow {
|
||||
display: flex;
|
||||
justify-content: flex-end;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue