fix: for master logout form action url
This commit is contained in:
parent
23689fbc3f
commit
b579c06bd2
File diff suppressed because one or more lines are too long
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"/js/app.js": "/js/app.js?id=efd24a2a731c7de99df0",
|
||||
"/js/app.js": "/js/app.js?id=40149c41dda30528e0c2",
|
||||
"/css/app.css": "/css/app.css?id=325e37fae0fdf8bf428a",
|
||||
"/css/antd.css": "/css/antd.css?id=f9f05916bb7adbb86b7d"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -28,7 +28,7 @@
|
|||
<a-button v-if="$page.props.user" class="ml-6" @click="logout">{{
|
||||
trans("Logout")
|
||||
}}</a-button>
|
||||
<form action="/logout" method="post" id="logout-form">
|
||||
<form action="https://tmex.gov.tm/app/logout" method="post" id="logout-form">
|
||||
<input type="hidden" name="_token" :value="csrf">
|
||||
</form>
|
||||
<!-- <a-button v-else @click="login">Içeri gir</a-button> -->
|
||||
|
|
|
|||
Loading…
Reference in New Issue