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