PProv: Implement detection of wallets such as Google Pay and Apple Pay (#3444)

Co-authored-by: Richard Schreiber <schreiber@rami.io>
This commit is contained in:
Martin Gross
2023-07-11 11:51:43 +02:00
committed by GitHub
parent 90fb034897
commit 41cded095c
9 changed files with 145 additions and 4 deletions

View File

@@ -179,3 +179,7 @@
flex: 1;
}
}
.wallet-loading + .wallet-loading {
display: none;
}