forked from mystiq/sso
fix: create_oidc cmd help menu
This commit is contained in:
parent
0bf4f50ca1
commit
c52b8054f7
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ class Command(BaseCommand):
|
||||||
parser.add_argument(
|
parser.add_argument(
|
||||||
self.redirect_uri_key,
|
self.redirect_uri_key,
|
||||||
type=str,
|
type=str,
|
||||||
help="The username of user who will own this app",
|
help="The redirection URI of relying party/client",
|
||||||
)
|
)
|
||||||
|
|
||||||
def handle(self, *args, **options):
|
def handle(self, *args, **options):
|
||||||
|
|
Loading…
Reference in a new issue