-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
PIDP-1011 Linking Accounts Error fix + Business events (#593)
* linking accounts business events * delete link-ticket cookie when logging in * refactor logout logic on cancelLink * refactor pt2 * rework pipe * tests * magic strings * address remaining magic strings * error log level * update migrations * update logging * regenerate migrations --------- Co-authored-by: James Hollinger <jameshollinger.ee@gmail.com>
- Loading branch information
1 parent
73c0a89
commit 83ddef6
Showing
10 changed files
with
1,827 additions
and
60 deletions.
There are no files selected for viewing
1,616 changes: 1,616 additions & 0 deletions
1,616
backend/webapi/Data/Migrations/20241122013506_AccountLinkingBusinessEvents.Designer.cs
Large diffs are not rendered by default.
Oops, something went wrong.
22 changes: 22 additions & 0 deletions
22
backend/webapi/Data/Migrations/20241122013506_AccountLinkingBusinessEvents.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
using Microsoft.EntityFrameworkCore.Migrations; | ||
|
||
#nullable disable | ||
|
||
namespace Pidp.Data.Migrations | ||
{ | ||
/// <inheritdoc /> | ||
public partial class AccountLinkingBusinessEvents : Migration | ||
{ | ||
/// <inheritdoc /> | ||
protected override void Up(MigrationBuilder migrationBuilder) | ||
{ | ||
|
||
} | ||
|
||
/// <inheritdoc /> | ||
protected override void Down(MigrationBuilder migrationBuilder) | ||
{ | ||
|
||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.