Skip to content

Commit

Permalink
RPID has changed. (#67)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonashendrickx authored Jun 27, 2024
1 parent feadbf9 commit 3b7a607
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ package dev.passwordless.sampleapp.config
class DemoPasswordlessOptions {
companion object {
const val API_KEY = "pwdemo:public:5aec1f24f65343239bf4e1c9a852e871"
const val RP_ID = "pwdemo.lesspassword.dev"
const val YOUR_BACKEND_URL = "https://pwdemo.lesspassword.dev"
const val RP_ID = "demo.passwordless.dev"
const val YOUR_BACKEND_URL = "https://demo.passwordless.dev"
const val ORIGIN = "android:apk-key-hash:oSQ_L7vpI6fdhEtKK6QKxy7A1o2GkJTK569M3toUIWU"
const val API_URL = "https://v4.passwordless.dev"
}
Expand Down

0 comments on commit 3b7a607

Please sign in to comment.