Fix dumb mistake with google sign in.

This commit is contained in:
Thomas Andres Gomez 2021-05-14 12:06:24 +02:00
parent 1e58752008
commit 4b5893cf43
7 changed files with 67 additions and 43 deletions

View file

@ -0,0 +1,3 @@
package com.pixelized.biblib.utils.exception
class MissingGoogleTokenException: RuntimeException("Google login response miss token data.")