Coverage for benefits/oauth/apps.py: 100%
5 statements
« prev ^ index » next coverage.py v7.6.10, created at 2025-01-29 21:21 +0000
« prev ^ index » next coverage.py v7.6.10, created at 2025-01-29 21:21 +0000
1"""
2The oauth application: Implements OAuth-based authentication
3"""
5from django.apps import AppConfig
8class OAuthAppConfig(AppConfig):
9 name = "benefits.oauth"
10 label = "oauth"
11 verbose_name = "Benefits OAuth"