Private
Public Access
1
0

rojabo token exchange works, refresh not

This commit is contained in:
Sander Roosendaal
2022-04-14 09:59:54 +02:00
parent 2b4179360d
commit 6ef9c19f4a
10 changed files with 250 additions and 8 deletions

View File

@@ -49,7 +49,9 @@ class RowerInline(admin.StackedInline):
'stravatoken', 'stravatokenexpirydate', 'stravarefreshtoken',
'stravaexportas', 'strava_auto_export',
'strava_auto_import',
'garmintoken', 'garminrefreshtoken')}),
'garmintoken', 'garminrefreshtoken',
'nktoken','nkrefreshtoken','nktokenexpirydate',
'rojabo_token','rojabo_refreshtoken','rojabo_tokenexpirydate')}),
('Team',
{'fields': ('friends', 'privacy', 'team')}),
)