source: src/main/java/com/example/salonbella/security/ApplicationUserRole.java

Last change on this file was 74af394, checked in by makyjovanovsky <mjovanovski04@…>, 17 months ago

login/register with mail confirmation

  • Property mode set to 100644
File size: 98 bytes
Line 
1package com.example.salonbella.security;
2
3public enum ApplicationUserRole {
4 USER,
5 ADMIN
6}
Note: See TracBrowser for help on using the repository browser.