Skip to content

Commit

Permalink
Merge pull request #32 from dlcs/feature/default_message
Browse files Browse the repository at this point in the history
Update default sig-gesture message
  • Loading branch information
donaldgray authored Oct 23, 2023
2 parents 96e7c48 + 042ce09 commit 6fbab6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/IIIFAuth2/IIIFAuth2.API/Settings/ApiSettings.cs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ public class ApiSettings
/// <summary>
/// Fallback message for Significant Gesture view, if none specified by RoleProvider
/// </summary>
public string DefaultSignificantGestureMessage = "You will now be redirected to DLCS to login";
public string DefaultSignificantGestureMessage = "Confirm authentication with DLCS";
}

public class AuthSettings
Expand Down

0 comments on commit 6fbab6b

Please sign in to comment.