summary refs log tree commit diff
path: root/synapse/handlers/sso.py (unfollow)
Commit message (Expand)AuthorFilesLines
2020-11-17Abstract shared SSO code. (#8765)Patrick Cloke1-0/+90
2020-11-17a comma too much (#8771)chagai952-1/+2
2020-11-17Use TYPE_CHECKING instead of magic MYPY variable. (#8770)Patrick Cloke4