You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
final pkgUrl =pkgPageUrl(packageName, includeHost:true);
148
149
final subject ='Uploader invitation for package: $packageName';
149
150
final bodyText ='''Dear package maintainer,
150
151
151
-
$activeAccountEmail has invited you to become an uploader of the $packageName package. If you accept this invitation, you’ll be able to upload new versions of the package to the Dart package site ($primaryHost), and you’ll be listed as an uploader at $siteRoot/packages/$packageName.
152
+
$activeAccountEmail has invited you to become an uploader of the $packageName package. If you accept this invitation, you’ll be able to upload new versions of the package to the Dart package site ($primaryHost), and you’ll be listed as an uploader at $pkgUrl
152
153
153
154
To accept this invitation, visit the following URL:
154
155
$confirmationUrl
155
156
156
157
157
158
If you don’t want to be an uploader, simply ignore this email.
158
159
159
-
If you have any concerns about this invitation, file an issue at https://github.com/dart-lang/pub-dev/issues.
160
+
If you have any concerns about this invitation, file an issue at https://github.com/dart-lang/pub-dev/issues
160
161
161
162
Thanks for your contributions to the Dart community!
162
163
@@ -183,7 +184,7 @@ $consentUrl
183
184
184
185
If you don’t want to accept it, simply ignore this email.
185
186
186
-
If you have any concerns about this invitation, file an issue at https://github.com/dart-lang/pub-dev/issues.
187
+
If you have any concerns about this invitation, file an issue at https://github.com/dart-lang/pub-dev/issues
187
188
188
189
Thanks for your contributions to the Dart community!
0 commit comments