2FA codes can now be scanned.

This commit is contained in:
2020-07-07 15:10:36 +02:00
parent 576e16a2fc
commit a6a9d95042
14 changed files with 464 additions and 56 deletions

View File

@@ -42,6 +42,10 @@ dependencies {
implementation 'androidx.core:core-ktx:1.3.0'
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-core:1.3.7"
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:1.3.7"
/ One-time password /
implementation "dev.turingcomplete:kotlin-onetimepassword:2.0.1"
/ QRCode reader /
implementation 'com.journeyapps:zxing-android-embedded:4.1.0'