Skip to content
Snippets Groups Projects
Commit 4eec33b0 authored by Birk Øvstetun Narvhus's avatar Birk Øvstetun Narvhus
Browse files

Merge branch 'bugfix/187-fix-401-auth-problem' into 'main'

fixed auth issue with enum in database

See merge request idatt2106-v23-03/backend!143
parents 1b79fff0 ef92ba59
No related branches found
No related tags found
No related merge requests found
...@@ -80,6 +80,7 @@ public class User implements UserDetails { ...@@ -80,6 +80,7 @@ public class User implements UserDetails {
@Column(name = "authority") @Column(name = "authority")
@Enumerated(EnumType.STRING)
private Authority authority; private Authority authority;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment