providers/oauth2: remove post_logout_redirect_uris

This commit is contained in:
Jens Langhammer
2020-09-18 23:26:12 +02:00
parent 6ab8794754
commit e0c104ee5c
5 changed files with 16 additions and 12 deletions

View File

@ -0,0 +1,16 @@
# Generated by Django 3.1.1 on 2020-09-18 21:16
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
("passbook_providers_oauth2", "0003_auto_20200916_2129"),
]
operations = [
migrations.RemoveField(
model_name="oauth2provider", name="post_logout_redirect_uris",
),
]