redirect to /editor/finalize and show edit and signin button
This commit is contained in:
parent
ade73d19a2
commit
66c459ae17
10 changed files with 112 additions and 41 deletions
|
@ -2,6 +2,8 @@ from .base import Hoster
|
|||
|
||||
|
||||
class GitlabHoster(Hoster):
|
||||
title = 'Gitlab'
|
||||
|
||||
def __init__(self, app_id, app_secret, **kwargs):
|
||||
super().__init__(**kwargs)
|
||||
self._app_id = app_id
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue