Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
Action
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
Coscine
backend
libraries
Action
Commits
eb2afcbd
Commit
eb2afcbd
authored
3 years ago
by
Petar Hristov
Browse files
Options
Downloads
Patches
Plain Diff
Fix: Token capitalization (coscine/issues#2130)
parent
90207490
No related branches found
No related tags found
1 merge request
!86
BREAKING: Changes to email change confirmation URL
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/Action/Implementations/ContactChange/NotificationAction.cs
+1
-1
1 addition, 1 deletion
...ction/Implementations/ContactChange/NotificationAction.cs
with
1 addition
and
1 deletion
src/Action/Implementations/ContactChange/NotificationAction.cs
+
1
−
1
View file @
eb2afcbd
...
...
@@ -15,7 +15,7 @@ namespace Coscine.Action.Implementations.ContactChange
if
(!
contactChangeEventArgs
.
SilentMode
)
{
var
baseURL
=
$"
{
contactChangeEventArgs
.
Configuration
.
GetStringAndWait
(
"coscine/local/api/additional/url"
)}
"
;
var
completeURL
=
$"
{
baseURL
}
/?email
T
oken=
{
contactChangeEventArgs
.
ContactInformation
.
ConfirmationToken
}
"
;
var
completeURL
=
$"
{
baseURL
}
/?email
t
oken=
{
contactChangeEventArgs
.
ContactInformation
.
ConfirmationToken
}
"
;
var
args
=
new
JObject
()
{
[
"Args"
]
=
new
JObject
()
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment