Ignore:
Timestamp:
01/06/23 22:23:41 (21 months ago)
Author:
DarkoSasanski <darko.sasanski@…>
Branches:
main
Children:
7e10599
Parents:
e278ff8
Message:

Implemented creating invoices and adding articles to invoices

File:
1 moved

Legend:

Unmodified
Added
Removed
  • FullyStocked/src/main/java/com/bazi/fullystocked/Web/Controller/LoginController.java

    re278ff8 r497d129  
    1 package com.bazi.fullystocked.Controller;
     1package com.bazi.fullystocked.Web.Controller;
    22
    33import com.bazi.fullystocked.Models.Exceptions.InvalidUserCredentialsException;
     
    6060            return "redirect:/home";
    6161        }
    62         catch (InvalidUserCredentialsException exception) {
     62        catch (Exception exception) {
    6363            model.addAttribute("hasError", true);
    6464            model.addAttribute("error", exception.getMessage());
Note: See TracChangeset for help on using the changeset viewer.