mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-12 00:57:33 +00:00
fix: fix some requests (#198)
* fix: alway do permission check * fix: alway do permission check * fix: add project query to applications search request * fix: add email template to statik * fix: org members
This commit is contained in:
@@ -20,10 +20,6 @@ func CheckUserAuthorization(ctx context.Context, req interface{}, token, orgID s
|
||||
}
|
||||
|
||||
var perms []string
|
||||
//TODO: Remove as soon as authentification is implemented
|
||||
if CheckInternal(ctx) {
|
||||
return ctx, nil
|
||||
}
|
||||
if requiredAuthOption.Permission == authenticated {
|
||||
return ctx, nil
|
||||
}
|
||||
|
Reference in New Issue
Block a user