From 3dc41777ceea1dceef723a6bbd01f9f9fd145323 Mon Sep 17 00:00:00 2001 From: Sander Roosendaal Date: Sun, 8 Dec 2024 12:38:28 +0100 Subject: [PATCH] fix --- rowsandall_app/settings.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/rowsandall_app/settings.py b/rowsandall_app/settings.py index 28f52fca..5e1aae1f 100644 --- a/rowsandall_app/settings.py +++ b/rowsandall_app/settings.py @@ -463,7 +463,8 @@ OAUTH2_PROVIDER = { "https", "rowingcoachexport", "com.performancephones.crewnerd", - "pocketcox"], + "pocketcox", + "app"], 'ACCESS_TOKEN_MODEL': 'oauth2_provider.AccessToken', 'APPLICATION_MODEL': 'oauth2_provider.Application', 'REFRESH_TOKEN_MODEL': 'oauth2_provider.RefreshToken',