Skip to content

Commit

Permalink
rewind request uri
Browse files Browse the repository at this point in the history
  • Loading branch information
JeongJaeSoon committed Sep 18, 2020
1 parent 9c6329f commit 6f1a0fb
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions resources/views/password_update.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -160,8 +160,10 @@ function go_main_page(message, target_uri) {
@endphp

@elseif (
isset($account, $provider, $name, $token) &&
$request_uri === '/api/password/update'
isset($account, $provider, $name, $token) && (
$request_uri === '/api/login/admin' ||
$request_uri === '/api/login/foreigner'
)
)
<?php
if (isset($account, $provider, $name, $token, $login_controller, $uri)) {
Expand Down

0 comments on commit 6f1a0fb

Please sign in to comment.