mirror of
https://github.com/GitJournal/GitJournal.git
synced 2025-07-31 00:31:09 +08:00
OnBoarding: Fix deploy key page url
This commit is contained in:
@ -245,7 +245,7 @@ class OnBoardingScreenState extends State<OnBoardingScreen> {
|
||||
}
|
||||
|
||||
var repoName =
|
||||
_gitCloneUrl.substring(_gitCloneUrl.lastIndexOf(":"), lastIndex);
|
||||
_gitCloneUrl.substring(_gitCloneUrl.lastIndexOf(":") + 1, lastIndex);
|
||||
|
||||
final gitHubUrl = 'https://github.com/' + repoName + '/settings/keys/new';
|
||||
final gitLabUrl = 'https://gitlab.com/' + repoName + '/settings/repository';
|
||||
|
Reference in New Issue
Block a user