Closed johnbillion closed 3 months ago
I'm not exactly sure what this integration does but I noticed that it checks for a constant named user_switching instead of a class of that name, which means the integration will never be triggered.
user_switching
This change corrects the guard condition.
I'm not exactly sure what this integration does but I noticed that it checks for a constant named
user_switching
instead of a class of that name, which means the integration will never be triggered.This change corrects the guard condition.