providers/oauth2: remove post_logout_redirect_uris
This commit is contained in:
@ -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",
|
||||
),
|
||||
]
|
||||
Reference in New Issue
Block a user