mirror of
https://github.com/TanelOrumaa/Estonian-ID-card-mobile-authenticator-POC.git
synced 2025-12-03 20:35:13 +02:00
forgot to remove dummy values
This commit is contained in:
@@ -46,8 +46,8 @@ class MainActivity : AppCompatActivity() {
|
|||||||
val launchIntent = Intent()
|
val launchIntent = Intent()
|
||||||
launchIntent.setClassName("com.tarkvaraprojekt.mobileauthapp", "com.tarkvaraprojekt.mobileauthapp.MainActivity")
|
launchIntent.setClassName("com.tarkvaraprojekt.mobileauthapp", "com.tarkvaraprojekt.mobileauthapp.MainActivity")
|
||||||
launchIntent.putExtra("action", "auth")
|
launchIntent.putExtra("action", "auth")
|
||||||
launchIntent.putExtra("challenge", "challengerValue")
|
launchIntent.putExtra("challenge", challenge)
|
||||||
launchIntent.putExtra("authUrl", "authUrl is here")
|
launchIntent.putExtra("authUrl", authUrl)
|
||||||
launchIntent.putExtra("mobile", true)
|
launchIntent.putExtra("mobile", true)
|
||||||
authLauncher.launch(launchIntent)
|
authLauncher.launch(launchIntent)
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user