this is updated
This commit is contained in:
parent
3a672b555b
commit
76c77b692d
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -46,7 +46,7 @@
|
||||
</div>
|
||||
<div class="form-footer">
|
||||
|
||||
<p class=""><a href="{% url 'LoginwithDevice' %}">Add device with login</a></p>
|
||||
<p class=""><a href="{% url 'Login_with_Device' %}">Add device with login</a></p>
|
||||
</div>
|
||||
<script>
|
||||
document.getElementsByClassName("login-form").value=res
|
||||
|
||||
@ -229,7 +229,7 @@
|
||||
function registerUser(formData) {
|
||||
$.ajax({
|
||||
type: "POST",
|
||||
url: "{% url 'LoginwithDevice' %}",
|
||||
url: "{% url 'Login_with_Device' %}",
|
||||
data: formData,
|
||||
dataType: 'json',
|
||||
headers: {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user