Skip to content

Commit

Permalink
Gestion des accès restreints
Browse files Browse the repository at this point in the history
  • Loading branch information
tnicolas1 committed Feb 13, 2025
1 parent 16376d6 commit e6e0e2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/controllers/users/omniauth_callbacks_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ def academic

add_auth_breadcrumb(data: { user_id: @academic_user.id }, message: "Successfully parsed academic user")

# TODO: Check limited access to this part ?
raise IdentityMappers::Errors::NoLimitedAccessError if @mapper.aplypro_responsibilities.empty?

sign_in(:academic_user, @academic_user)

Expand Down

0 comments on commit e6e0e2e

Please sign in to comment.