mirror of
https://github.com/getnamingo/registry.git
synced 2025-08-05 17:18:04 +02:00
Added registrar impersonation, fixed #155
This commit is contained in:
parent
34d966aeeb
commit
4d8239afc7
5 changed files with 26 additions and 0 deletions
|
@ -1247,4 +1247,9 @@ class RegistrarsController extends Controller
|
|||
}
|
||||
}
|
||||
|
||||
public function leave_impersonation(Request $request, Response $response)
|
||||
{
|
||||
Auth::leaveImpersonation();
|
||||
}
|
||||
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue