mirror of
https://github.com/lemeow125/simple-redirect.git
synced 2024-11-17 06:19:28 +08:00
Updated README.md
This commit is contained in:
parent
9e45c7bdf4
commit
530ac859fe
1 changed files with 6 additions and 5 deletions
11
README.md
11
README.md
|
@ -2,13 +2,14 @@
|
|||
|
||||
# Sample Usage
|
||||
|
||||
To use the deployed app,
|
||||
Have your activation email redirect a link like below
|
||||
https://lemeow125.github.io/simple-redirect/#/stude/activation/MUID/12asdSDFGSDTSDFG
|
||||
When a user creates an account, an email is sent which redirects to the link below
|
||||
https://lemeow125.github.io/simple-redirect/#/redirect/stude/activation/MUID/12asdSDFGSDTSDFG
|
||||
|
||||
This will open the "activation" page/screen of our mobile app, pass the UID slug value of "MUID" and activation slug value of "12asdSDFGSDTSDFG
|
||||
"
|
||||
The link above when clicked will open the "activation" page/screen of our mobile app, pass the UID slug value of "MUID" and activation slug value of "12asdSDFGSDTSDFG"
|
||||
|
||||
Do not change the redirect keyword
|
||||
"stude" in the example above must correspond to the name of your mobile app
|
||||
"activation" should correspond to the link to your mobile app's screen/page
|
||||
you can adjust the last two URL slugs/values accordingly
|
||||
|
||||
Powered by Vite, ReactJS, and React Router
|
||||
|
|
Loading…
Reference in a new issue