Skip to content

Commit

Permalink
Remove "leaked" password.
Browse files Browse the repository at this point in the history
  • Loading branch information
DvDty committed Jan 27, 2024
1 parent 5a296ed commit 4458e80
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
# Branch deploy

![img.png](img.png)

![img_1.png](img_1.png)
2 changes: 0 additions & 2 deletions application/app/Http/Middleware/Authenticate.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ class Authenticate extends Middleware
*/
protected function redirectTo(Request $request): ?string
{
$password = 'e6334e2abf6dc6907fe9be7bb2cfe5feba9ad01b';

return $request->expectsJson() ? null : route('login');
}
}
Binary file added img.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img_1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 4458e80

Please sign in to comment.