1234567891011121314151617 |
- <!DOCTYPE html>
- <html lang="en">
- <head>
- <meta charset="UTF-8">
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
- <meta http-equiv="X-UA-Compatible" content="ie=edge">
- <title>Document</title>
- </head>
- <body>
- <h1>Pro request sms login token</h1>
- <form action="/api/session/proRequestSmsTokenToLogIn" method="POST">
- <label for="">Cell number</label>
- <input type="text" name="cellNumber">
- <button>Submit</button>
- </form>
- </body>
- </html>
|