You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This to avoid the following exception when we use a Django user:
```
Using the URLconf defined in ansible_ai_connect.main.urls, Django tried these URL patterns, in this order:
[name='home']
login/<str:backend>/ [name='begin']
The current path, login/None/, matched the last one.
```
0 commit comments