diff --git a/app/Events/Auth/Attempting.php b/app/Events/Auth/Attempting.php new file mode 100644 index 000000000..39bbcf1ed --- /dev/null +++ b/app/Events/Auth/Attempting.php @@ -0,0 +1,28 @@ +alias = $alias; + $this->company_id = $company_id; + $this->protocol = $protocol; + } +} diff --git a/app/Events/Auth/Authenticated.php b/app/Events/Auth/Authenticated.php new file mode 100644 index 000000000..b526a1a16 --- /dev/null +++ b/app/Events/Auth/Authenticated.php @@ -0,0 +1,28 @@ +alias = $alias; + $this->company_id = $company_id; + $this->protocol = $protocol; + } +} diff --git a/app/Events/Auth/Failed.php b/app/Events/Auth/Failed.php new file mode 100644 index 000000000..ac002456b --- /dev/null +++ b/app/Events/Auth/Failed.php @@ -0,0 +1,28 @@ +alias = $alias; + $this->company_id = $company_id; + $this->protocol = $protocol; + } +}