Skip to content
Snippets Groups Projects
Commit 2bd24eb2 authored by kaiyou's avatar kaiyou
Browse files

Fix some typos in applications

parent 0a43ff2c
No related branches found
No related tags found
No related merge requests found
...@@ -19,7 +19,7 @@ class MastodonApplication(base.SAMLApplication): ...@@ -19,7 +19,7 @@ class MastodonApplication(base.SAMLApplication):
submit = fields.SubmitField(_('Submit')) submit = fields.SubmitField(_('Submit'))
def configure(self, form): def configure(self, form):
callback_uri = self.application_uri.data + "/auth/auth/callback" callback_uri = form.application_uri.data + "/auth/auth/callback"
return { return {
"acs": callback_uri, "acs": callback_uri,
"entityid": callback_uri, "entityid": callback_uri,
......
...@@ -4,7 +4,7 @@ from flask_babel import lazy_gettext as _ ...@@ -4,7 +4,7 @@ from flask_babel import lazy_gettext as _
@register("nextcloud") @register("nextcloud")
class SeafileApplication(base.SAMLApplication): class NextcloudApplication(base.SAMLApplication):
""" NextCloud is a free alternative to many cloud vendors (storage, contacts, meetings, etc.) """ NextCloud is a free alternative to many cloud vendors (storage, contacts, meetings, etc.)
""" """
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment