providers/oauth(minor): fix urls not being mounted in the right path

This commit is contained in:
Langhammer, Jens
2019-10-07 16:57:36 +02:00
parent 15fa7e9652
commit 6a4233d6fd
2 changed files with 7 additions and 6 deletions

View File

@ -9,4 +9,4 @@ class PassbookProviderOAuthConfig(AppConfig):
name = 'passbook.providers.oauth'
label = 'passbook_providers_oauth'
verbose_name = 'passbook Providers.OAuth'
mountpoint = 'application/oauth/'
mountpoint = ''