|
@@ -39,7 +39,7 @@ func (this *BaseAuthController) Prepare() {
|
|
|
if method != "HEAD" {
|
|
|
if method == "POST" || method == "GET" {
|
|
|
authorization := this.Ctx.Input.Header("Authorization")
|
|
|
- inviteCompany := this.Ctx.Input.Header("InviteCompany")
|
|
|
+ inviteCompany := this.Ctx.Input.Header("From")
|
|
|
if authorization == "" {
|
|
|
authorization = this.GetString("Authorization")
|
|
|
}
|